#8777BB

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

Shades of Moody Blue #8777BB

Tints of Moody Blue #8777BB

Color information

#8777BB (or 0x8777BB) is unknown color: approx Moody Blue. HEX triplet: 87, 77 and BB. RGB value is (135,119,187). Sum of RGB (Red+Green+Blue) = 135+119+187=441 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.61% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #8777BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8777BB is #788844. Grayscale: #838383. Windows color (decimal): -7899205 or 12285831. OLE color: 12285831.

HSL color Cylindrical-coordinate representation of color #8777BB: hue angle of 254.12º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8777BB is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135119187-
CMYK0.280.3600.27
HSL254.12º33.33%60%-
HSV(B)254.12º36.36%73.33%-
XYZ25.5621.9349.9-
YUV131.54159.3130.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.61%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=30.61%
G=26.98%
B=42.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351191870.280.3600.27254.1233.3360
Hex8777BB1C2401Bfe213c
Octal20716727334440333764174
Binary100001111110111101110111110010010001101111111110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8777BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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