#8078CA

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

Shades of Moody Blue #8078CA

Tints of Moody Blue #8078CA

Color information

#8078CA (or 0x8078CA) is unknown color: approx Moody Blue. HEX triplet: 80, 78 and CA. RGB value is (128,120,202). Sum of RGB (Red+Green+Blue) = 128+120+202=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #8078CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8078CA is #7F8735. Grayscale: #838383. Windows color (decimal): -8357686 or 13269120. OLE color: 13269120.

HSL color Cylindrical-coordinate representation of color #8078CA: hue angle of 245.85º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8078CA is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128120202-
CMYK0.370.4100.21
HSL245.85º43.62%63.14%-
HSV(B)245.85º40.59%79.22%-
XYZ26.2822.2958.79-
YUV131.74167.65125.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.44%
GREEN value IS 120 (47.27% from 255) = 26.67%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=28.44%
G=26.67%
B=44.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281202020.370.4100.21245.8543.6263.14
Hex8078CA2529015f62c3f
Octal20017031245510253665477
Binary1000000011110001100101010010110100101010111110110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8078CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8078CA; }

 p { color: rgb(128,120,202); }

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

<style>
 a { background-color: #8078CA; }

 a { background-color: rgb(128,120,202); }

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

<style>
 span { border-color: #8078CA; }

 span { border-color: rgb(128,120,202); }

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