#8781B4

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

Shades of Moody Blue #8781B4

Tints of Moody Blue #8781B4

Color information

#8781B4 (or 0x8781B4) is unknown color: approx Moody Blue. HEX triplet: 87, 81 and B4. RGB value is (135,129,180). Sum of RGB (Red+Green+Blue) = 135+129+180=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #8781B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781B4 is #787E4B. Grayscale: #888888. Windows color (decimal): -7896652 or 11829639. OLE color: 11829639.

HSL color Cylindrical-coordinate representation of color #8781B4: hue angle of 247.06º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8781B4 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135129180-
CMYK0.250.2800.29
HSL247.06º25.37%60.59%-
HSV(B)247.06º28.33%70.59%-
XYZ26.0824.1546.47-
YUV136.61152.49126.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.41%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 180 (70.70% from 255) = 40.54%
R=30.41%
G=29.05%
B=40.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351291800.250.2800.29247.0625.3760.59
Hex8781B4191C01Df7193d
Octal20720126431340353673175
Binary10000111100000011011010011001111000111011111011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8781B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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