#8575BC

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

Shades of Moody Blue #8575BC

Tints of Moody Blue #8575BC

Color information

#8575BC (or 0x8575BC) is unknown color: approx Moody Blue. HEX triplet: 85, 75 and BC. RGB value is (133,117,188). Sum of RGB (Red+Green+Blue) = 133+117+188=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #8575BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8575BC is #7A8A43. Grayscale: #818181. Windows color (decimal): -8030788 or 12350853. OLE color: 12350853.

HSL color Cylindrical-coordinate representation of color #8575BC: hue angle of 253.52º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8575BC is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB133117188-
CMYK0.290.3800.26
HSL253.52º34.63%59.8%-
HSV(B)253.52º37.77%73.73%-
XYZ25.1121.3450.37-
YUV129.88160.8130.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.37%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 188 (73.83% from 255) = 42.92%
R=30.37%
G=26.71%
B=42.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331171880.290.3800.26253.5234.6359.8
Hex8575BC1D2601Afe233c
Octal20516527435460323764374
Binary100001011110101101111001110110011001101011111110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8575BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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