#8577BB

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

Shades of Moody Blue #8577BB

Tints of Moody Blue #8577BB

Color information

#8577BB (or 0x8577BB) is unknown color: approx Moody Blue. HEX triplet: 85, 77 and BB. RGB value is (133,119,187). Sum of RGB (Red+Green+Blue) = 133+119+187=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #8577BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8577BB is #7A8844. Grayscale: #828282. Windows color (decimal): -8030277 or 12285829. OLE color: 12285829.

HSL color Cylindrical-coordinate representation of color #8577BB: hue angle of 252.35º 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 #8577BB is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB133119187-
CMYK0.290.3600.27
HSL252.35º33.33%60%-
HSV(B)252.35º36.36%73.33%-
XYZ25.2421.7749.89-
YUV130.94159.64129.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.30%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 187 (73.44% from 255) = 42.60%
R=30.30%
G=27.11%
B=42.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331191870.290.3600.27252.3533.3360
Hex8577BB1D2401Bfc213c
Octal20516727335440333744174
Binary100001011110111101110111110110010001101111111100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8577BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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