#8781CB

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

Shades of Moody Blue #8781CB

Tints of Moody Blue #8781CB

Color information

#8781CB (or 0x8781CB) is unknown color: approx Moody Blue. HEX triplet: 87, 81 and CB. RGB value is (135,129,203). Sum of RGB (Red+Green+Blue) = 135+129+203=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #8781CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781CB is #787E34. Grayscale: #8A8A8A. Windows color (decimal): -7896629 or 13336967. OLE color: 13336967.

HSL color Cylindrical-coordinate representation of color #8781CB: hue angle of 244.86º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8781CB is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135129203-
CMYK0.330.3600.20
HSL244.86º41.57%65.1%-
HSV(B)244.86º36.45%79.61%-
XYZ28.6225.1659.85-
YUV139.23163.99124.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.91%
GREEN value IS 129 (50.78% from 255) = 27.62%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=28.91%
G=27.62%
B=43.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351292030.330.3600.20244.8641.5765.1
Hex8781CB2124014f52a41
Octal207201313414402436552101
Binary100001111000000111001011100001100100010100111101011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8781CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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