#8781C9

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

Shades of Moody Blue #8781C9

Tints of Moody Blue #8781C9

Color information

#8781C9 (or 0x8781C9) is unknown color: approx Moody Blue. HEX triplet: 87, 81 and C9. RGB value is (135,129,201). Sum of RGB (Red+Green+Blue) = 135+129+201=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #8781C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781C9 is #787E36. Grayscale: #8A8A8A. Windows color (decimal): -7896631 or 13205895. OLE color: 13205895.

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

Color convert

RGB135129201-
CMYK0.330.3600.21
HSL245º40%64.71%-
HSV(B)245º35.82%78.82%-
XYZ28.3825.0758.6-
YUV139162.99125.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.03%
GREEN value IS 129 (50.78% from 255) = 27.74%
BLUE value IS 201 (78.91% from 255) = 43.23%
R=29.03%
G=27.74%
B=43.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351292010.330.3600.212454064.71
Hex8781C92124015f52841
Octal207201311414402536550101
Binary100001111000000111001001100001100100010101111101011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8781C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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