#8578b5

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

Shades of Moody Blue #8578B5

Tints of Moody Blue #8578B5

Color information

#8578B5 (or 0x8578B5) is unknown color: approx Moody Blue. HEX triplet: 85, 78 and B5. RGB value is (133,120,181). Sum of RGB (Red+Green+Blue) = 133+120+181=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 181 - color contains mainly: blue. Hex color #8578B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8578B5 is #7A874A. Grayscale: #828282. Windows color (decimal): -8030027 or 11892869. OLE color: 11892869.

HSL color Cylindrical-coordinate representation of color #8578B5: hue angle of 252.79º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8578B5 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB133120181-
CMYK0.270.3400.29
HSL252.79º29.19%59.02%-
HSV(B)252.79º33.7%70.98%-
XYZ24.7321.7646.61-
YUV130.84156.31129.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.65%
GREEN value IS 120 (47.27% from 255) = 27.65%
BLUE value IS 181 (71.09% from 255) = 41.71%
R=30.65%
G=27.65%
B=41.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331201810.270.3400.29252.7929.1959.02
Hex8578B51B2201Dfd1d3b
Octal20517026533420353753573
Binary10000101111100010110101110111000100111011111110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8578b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8578b5; }

 p { color: rgb(133,120,181); }

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

<style>
 a { background-color: #8578b5; }

 a { background-color: rgb(133,120,181); }

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

<style>
 span { border-color: #8578b5; }

 span { border-color: rgb(133,120,181); }

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