#8178CB

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

Shades of Moody Blue #8178CB

Tints of Moody Blue #8178CB

Color information

#8178CB (or 0x8178CB) is unknown color: approx Moody Blue. HEX triplet: 81, 78 and CB. RGB value is (129,120,203). Sum of RGB (Red+Green+Blue) = 129+120+203=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #8178CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8178CB is #7E8734. Grayscale: #838383. Windows color (decimal): -8292149 or 13334657. OLE color: 13334657.

HSL color Cylindrical-coordinate representation of color #8178CB: hue angle of 246.51º 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 #8178CB is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129120203-
CMYK0.360.4100.20
HSL246.51º44.39%63.33%-
HSV(B)246.51º40.89%79.61%-
XYZ26.5522.4159.43-
YUV132.15167.98125.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.54%
GREEN value IS 120 (47.27% from 255) = 26.55%
BLUE value IS 203 (79.69% from 255) = 44.91%
R=28.54%
G=26.55%
B=44.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291202030.360.4100.20246.5144.3963.33
Hex8178CB2429014f72c3f
Octal20117031344510243675477
Binary1000000111110001100101110010010100101010011110111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8178CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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