#8576C1

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

Shades of Moody Blue #8576C1

Tints of Moody Blue #8576C1

Color information

#8576C1 (or 0x8576C1) is unknown color: approx Moody Blue. HEX triplet: 85, 76 and C1. RGB value is (133,118,193). Sum of RGB (Red+Green+Blue) = 133+118+193=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #8576C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8576C1 is #7A893E. Grayscale: #828282. Windows color (decimal): -8030527 or 12678789. OLE color: 12678789.

HSL color Cylindrical-coordinate representation of color #8576C1: hue angle of 252º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8576C1 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB133118193-
CMYK0.310.3900.24
HSL252º37.69%60.98%-
HSV(B)252º38.86%75.69%-
XYZ25.7821.7953.3-
YUV131.04162.97129.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.95%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 193 (75.78% from 255) = 43.47%
R=29.95%
G=26.58%
B=43.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331181930.310.3900.2425237.6960.98
Hex8576C11F27018fc263d
Octal20516630137470303744675
Binary100001011110110110000011111110011101100011111100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8576C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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