#8578BE

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

Shades of Moody Blue #8578BE

Tints of Moody Blue #8578BE

Color information

#8578BE (or 0x8578BE) is unknown color: approx Moody Blue. HEX triplet: 85, 78 and BE. RGB value is (133,120,190). Sum of RGB (Red+Green+Blue) = 133+120+190=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #8578BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8578BE is #7A8741. Grayscale: #838383. Windows color (decimal): -8030018 or 12482693. OLE color: 12482693.

HSL color Cylindrical-coordinate representation of color #8578BE: hue angle of 251.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8578BE is Cyan = 0.3, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133120190-
CMYK0.30.3700.25
HSL251.14º35%60.78%-
HSV(B)251.14º36.84%74.51%-
XYZ25.6822.1451.63-
YUV131.87160.81128.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.02%
GREEN value IS 120 (47.27% from 255) = 27.09%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=30.02%
G=27.09%
B=42.89%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331201900.30.3700.25251.143560.78
Hex8578BE1E25019fb233d
Octal20517027636450313734375
Binary100001011111000101111101111010010101100111111011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8578BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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