#8577BE

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

Shades of Moody Blue #8577BE

Tints of Moody Blue #8577BE

Color information

#8577BE (or 0x8577BE) is unknown color: approx Moody Blue. HEX triplet: 85, 77 and BE. RGB value is (133,119,190). Sum of RGB (Red+Green+Blue) = 133+119+190=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #8577BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8577BE is #7A8841. Grayscale: #838383. Windows color (decimal): -8030274 or 12482437. OLE color: 12482437.

HSL color Cylindrical-coordinate representation of color #8577BE: hue angle of 251.83º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8577BE is Cyan = 0.3, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133119190-
CMYK0.30.3700.25
HSL251.83º35.32%60.59%-
HSV(B)251.83º37.37%74.51%-
XYZ25.5621.951.59-
YUV131.28161.14129.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.09%
GREEN value IS 119 (46.88% from 255) = 26.92%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=30.09%
G=26.92%
B=42.99%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331191900.30.3700.25251.8335.3260.59
Hex8577BE1E25019fc233d
Octal20516727636450313744375
Binary100001011110111101111101111010010101100111111100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8577BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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