#8781CE

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

Shades of Moody Blue #8781CE

Tints of Moody Blue #8781CE

Color information

#8781CE (or 0x8781CE) is unknown color: approx Moody Blue. HEX triplet: 87, 81 and CE. RGB value is (135,129,206). Sum of RGB (Red+Green+Blue) = 135+129+206=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #8781CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781CE is #787E31. Grayscale: #8B8B8B. Windows color (decimal): -7896626 or 13533575. OLE color: 13533575.

HSL color Cylindrical-coordinate representation of color #8781CE: hue angle of 244.68º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8781CE is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135129206-
CMYK0.340.3700.19
HSL244.68º44%65.69%-
HSV(B)244.68º37.38%80.78%-
XYZ28.9825.3161.75-
YUV139.57165.49124.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.72%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 206 (80.86% from 255) = 43.83%
R=28.72%
G=27.45%
B=43.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351292060.340.3700.19244.684465.69
Hex8781CE2225013f52c42
Octal207201316424502336554102
Binary100001111000000111001110100010100101010011111101011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8781CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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