#8781BE

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

Shades of Moody Blue #8781BE

Tints of Moody Blue #8781BE

Color information

#8781BE (or 0x8781BE) is unknown color: approx Moody Blue. HEX triplet: 87, 81 and BE. RGB value is (135,129,190). Sum of RGB (Red+Green+Blue) = 135+129+190=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #8781BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781BE is #787E41. Grayscale: #898989. Windows color (decimal): -7896642 or 12484999. OLE color: 12484999.

HSL color Cylindrical-coordinate representation of color #8781BE: hue angle of 245.9º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8781BE is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135129190-
CMYK0.290.3200.25
HSL245.9º31.94%62.55%-
HSV(B)245.9º32.11%74.51%-
XYZ27.1424.5752.03-
YUV137.75157.49126.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.74%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=29.74%
G=28.41%
B=41.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351291900.290.3200.25245.931.9462.55
Hex8781BE1D20019f6203f
Octal20720127635400313664077
Binary1000011110000001101111101110110000001100111110110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8781BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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