#8777BC

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

Shades of Moody Blue #8777BC

Tints of Moody Blue #8777BC

Color information

#8777BC (or 0x8777BC) is unknown color: approx Moody Blue. HEX triplet: 87, 77 and BC. RGB value is (135,119,188). Sum of RGB (Red+Green+Blue) = 135+119+188=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #8777BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8777BC is #788843. Grayscale: #838383. Windows color (decimal): -7899204 or 12351367. OLE color: 12351367.

HSL color Cylindrical-coordinate representation of color #8777BC: hue angle of 253.91º degrees, saturation: 0.34, 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 #8777BC is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135119188-
CMYK0.280.3700.26
HSL253.91º33.99%60.2%-
HSV(B)253.91º36.7%73.73%-
XYZ25.6721.9850.47-
YUV131.65159.8130.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.54%
GREEN value IS 119 (46.88% from 255) = 26.92%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=30.54%
G=26.92%
B=42.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351191880.280.3700.26253.9133.9960.2
Hex8777BC1C2501Afe223c
Octal20716727434450323764274
Binary100001111110111101111001110010010101101011111110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8777BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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