#8575DA

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

Shades of Moody Blue #8575DA

Tints of Moody Blue #8575DA

Color information

#8575DA (or 0x8575DA) is unknown color: approx Moody Blue. HEX triplet: 85, 75 and DA. RGB value is (133,117,218). Sum of RGB (Red+Green+Blue) = 133+117+218=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #8575DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8575DA is #7A8A25. Grayscale: #848484. Windows color (decimal): -8030758 or 14316933. OLE color: 14316933.

HSL color Cylindrical-coordinate representation of color #8575DA: hue angle of 249.5º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8575DA is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB133117218-
CMYK0.390.4600.15
HSL249.5º57.71%65.69%-
HSV(B)249.5º46.33%85.49%-
XYZ28.6922.7769.21-
YUV133.3175.8127.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.42%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 218 (85.55% from 255) = 46.58%
R=28.42%
G=25%
B=46.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1331172180.390.4600.15249.557.7165.69
Hex8575DA272E0Ffa3a42
Octal205165332475601737272102
Binary1000010111101011101101010011110111001111111110101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8575DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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