#8781CA

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

Shades of Moody Blue #8781CA

Tints of Moody Blue #8781CA

Color information

#8781CA (or 0x8781CA) is unknown color: approx Moody Blue. HEX triplet: 87, 81 and CA. RGB value is (135,129,202). Sum of RGB (Red+Green+Blue) = 135+129+202=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #8781CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781CA is #787E35. Grayscale: #8A8A8A. Windows color (decimal): -7896630 or 13271431. OLE color: 13271431.

HSL color Cylindrical-coordinate representation of color #8781CA: hue angle of 244.93º degrees, saturation: 0.41, 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 #8781CA is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135129202-
CMYK0.330.3600.21
HSL244.93º40.78%64.9%-
HSV(B)244.93º36.14%79.22%-
XYZ28.525.1259.22-
YUV139.12163.49125.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.97%
GREEN value IS 129 (50.78% from 255) = 27.68%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=28.97%
G=27.68%
B=43.35%

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
Decimal1351292020.330.3600.21244.9340.7864.9
Hex8781CA2124015f52941
Octal207201312414402536551101
Binary100001111000000111001010100001100100010101111101011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8781CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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