#8576BC

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

Shades of Moody Blue #8576BC

Tints of Moody Blue #8576BC

Color information

#8576BC (or 0x8576BC) is unknown color: approx Moody Blue. HEX triplet: 85, 76 and BC. RGB value is (133,118,188). Sum of RGB (Red+Green+Blue) = 133+118+188=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #8576BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8576BC is #7A8943. Grayscale: #828282. Windows color (decimal): -8030532 or 12351109. OLE color: 12351109.

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

Color convert

RGB133118188-
CMYK0.290.3700.26
HSL252.86º34.31%60%-
HSV(B)252.86º37.23%73.73%-
XYZ25.2321.5750.41-
YUV130.46160.47129.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.30%
GREEN value IS 118 (46.48% from 255) = 26.88%
BLUE value IS 188 (73.83% from 255) = 42.82%
R=30.30%
G=26.88%
B=42.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331181880.290.3700.26252.8634.3160
Hex8576BC1D2501Afd223c
Octal20516627435450323754274
Binary100001011110110101111001110110010101101011111101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8576BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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