#8576BE

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

Shades of Moody Blue #8576BE

Tints of Moody Blue #8576BE

Color information

#8576BE (or 0x8576BE) is unknown color: approx Moody Blue. HEX triplet: 85, 76 and BE. RGB value is (133,118,190). Sum of RGB (Red+Green+Blue) = 133+118+190=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #8576BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8576BE is #7A8941. Grayscale: #828282. Windows color (decimal): -8030530 or 12482181. OLE color: 12482181.

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

Color convert

RGB133118190-
CMYK0.30.3800.25
HSL252.5º35.64%60.39%-
HSV(B)252.5º37.89%74.51%-
XYZ25.4521.6651.56-
YUV130.69161.47129.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.16%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=30.16%
G=26.76%
B=43.08%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331181900.30.3800.25252.535.6460.39
Hex8576BE1E26019fc243c
Octal20516627636460313744474
Binary100001011110110101111101111010011001100111111100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8576BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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