#8A78CF

Color #8A78CF Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8A78CF

Tints of Moody Blue #8A78CF

Color information

#8A78CF (or 0x8A78CF) is unknown color: approx Moody Blue. HEX triplet: 8A, 78 and CF. RGB value is (138,120,207). Sum of RGB (Red+Green+Blue) = 138+120+207=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A78CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A78CF is #758730. Grayscale: #868686. Windows color (decimal): -7702321 or 13596810. OLE color: 13596810.

HSL color Cylindrical-coordinate representation of color #8A78CF: hue angle of 252.41º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A78CF is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138120207-
CMYK0.330.4200.19
HSL252.41º47.54%64.12%-
HSV(B)252.41º42.03%81.18%-
XYZ28.4623.3462.04-
YUV135.3168.46129.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 29.68%
GREEN value IS 120 (47.27% from 255) = 25.81%
BLUE value IS 207 (81.25% from 255) = 44.52%
R=29.68%
G=25.81%
B=44.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381202070.330.4200.19252.4147.5464.12
Hex8A78CF212A013fc3040
Octal212170317415202337460100
Binary10001010111100011001111100001101010010011111111001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A78CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A78CF; }

 p { color: rgb(138,120,207); }

 H1.HeaderClassName
 {
   color: #8A78CF;
 }
 .AnyTagClassName
 {
   color: #8A78CF;
 }
</style>
background-color css

<style>
 a { background-color: #8A78CF; }

 a { background-color: rgb(138,120,207); }

 div.DivClassName
 {
   background-color: #8A78CF;
 }
 .BgClassName
 {
   background-color: #8A78CF;
 }
</style>
border-color css

<style>
 span { border-color: #8A78CF; }

 span { border-color: rgb(138,120,207); }

 td.TdClassName
 {
   border-color: #8A78CF;
 }
 .TagClassName
 {
   border-color: #8A78CF;
 }
</style>