#8781BC

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

Shades of Moody Blue #8781BC

Tints of Moody Blue #8781BC

Color information

#8781BC (or 0x8781BC) is unknown color: approx Moody Blue. HEX triplet: 87, 81 and BC. RGB value is (135,129,188). Sum of RGB (Red+Green+Blue) = 135+129+188=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #8781BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781BC is #787E43. Grayscale: #898989. Windows color (decimal): -7896644 or 12353927. OLE color: 12353927.

HSL color Cylindrical-coordinate representation of color #8781BC: hue angle of 246.1º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8781BC is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135129188-
CMYK0.280.3100.26
HSL246.1º30.57%62.16%-
HSV(B)246.1º31.38%73.73%-
XYZ26.9224.4850.88-
YUV137.52156.49126.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.87%
GREEN value IS 129 (50.78% from 255) = 28.54%
BLUE value IS 188 (73.83% from 255) = 41.59%
R=29.87%
G=28.54%
B=41.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351291880.280.3100.26246.130.5762.16
Hex8781BC1C1F01Af61f3e
Octal20720127434370323663776
Binary10000111100000011011110011100111110110101111011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8781BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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