#8777BD

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

Shades of Moody Blue #8777BD

Tints of Moody Blue #8777BD

Color information

#8777BD (or 0x8777BD) is unknown color: approx Moody Blue. HEX triplet: 87, 77 and BD. RGB value is (135,119,189). Sum of RGB (Red+Green+Blue) = 135+119+189=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #8777BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8777BD is #788842. Grayscale: #838383. Windows color (decimal): -7899203 or 12416903. OLE color: 12416903.

HSL color Cylindrical-coordinate representation of color #8777BD: hue angle of 253.71º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8777BD is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135119189-
CMYK0.290.3700.26
HSL253.71º34.65%60.39%-
HSV(B)253.71º37.04%74.12%-
XYZ25.7722.0251.04-
YUV131.76160.3130.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.47%
GREEN value IS 119 (46.88% from 255) = 26.86%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=30.47%
G=26.86%
B=42.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351191890.290.3700.26253.7134.6560.39
Hex8777BD1D2501Afe233c
Octal20716727535450323764374
Binary100001111110111101111011110110010101101011111110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8777BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8777BD; }

 p { color: rgb(135,119,189); }

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

<style>
 a { background-color: #8777BD; }

 a { background-color: rgb(135,119,189); }

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

<style>
 span { border-color: #8777BD; }

 span { border-color: rgb(135,119,189); }

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