#8078CB

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

Shades of Moody Blue #8078CB

Tints of Moody Blue #8078CB

Color information

#8078CB (or 0x8078CB) is unknown color: approx Moody Blue. HEX triplet: 80, 78 and CB. RGB value is (128,120,203). Sum of RGB (Red+Green+Blue) = 128+120+203=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #8078CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8078CB is #7F8734. Grayscale: #838383. Windows color (decimal): -8357685 or 13334656. OLE color: 13334656.

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

Color convert

RGB128120203-
CMYK0.370.4100.20
HSL245.78º44.39%63.33%-
HSV(B)245.78º40.89%79.61%-
XYZ26.422.3359.42-
YUV131.85168.15125.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.38%
GREEN value IS 120 (47.27% from 255) = 26.61%
BLUE value IS 203 (79.69% from 255) = 45.01%
R=28.38%
G=26.61%
B=45.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281202030.370.4100.20245.7844.3963.33
Hex8078CB2529014f62c3f
Octal20017031345510243665477
Binary1000000011110001100101110010110100101010011110110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8078CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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