#8781DD

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

Shades of Moody Blue #8781DD

Tints of Moody Blue #8781DD

Color information

#8781DD (or 0x8781DD) is unknown color: approx Moody Blue. HEX triplet: 87, 81 and DD. RGB value is (135,129,221). Sum of RGB (Red+Green+Blue) = 135+129+221=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #8781DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781DD is #787E22. Grayscale: #8C8C8C. Windows color (decimal): -7896611 or 14516615. OLE color: 14516615.

HSL color Cylindrical-coordinate representation of color #8781DD: hue angle of 243.91º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8781DD is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135129221-
CMYK0.390.4200.13
HSL243.91º57.5%68.63%-
HSV(B)243.91º41.63%86.67%-
XYZ30.8926.0771.81-
YUV141.28172.99123.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.84%
GREEN value IS 129 (50.78% from 255) = 26.60%
BLUE value IS 221 (86.72% from 255) = 45.57%
R=27.84%
G=26.60%
B=45.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351292210.390.4200.13243.9157.568.63
Hex8781DD272A0Df43a45
Octal207201335475201536472105
Binary10000111100000011101110110011110101001101111101001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8781DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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