#8579BE

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

Shades of Moody Blue #8579BE

Tints of Moody Blue #8579BE

Color information

#8579BE (or 0x8579BE) is unknown color: approx Moody Blue. HEX triplet: 85, 79 and BE. RGB value is (133,121,190). Sum of RGB (Red+Green+Blue) = 133+121+190=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #8579BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8579BE is #7A8641. Grayscale: #848484. Windows color (decimal): -8029762 or 12482949. OLE color: 12482949.

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

Color convert

RGB133121190-
CMYK0.30.3600.25
HSL250.43º34.67%60.98%-
HSV(B)250.43º36.32%74.51%-
XYZ25.822.3851.67-
YUV132.45160.48128.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.95%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=29.95%
G=27.25%
B=42.79%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331211900.30.3600.25250.4334.6760.98
Hex8579BE1E24019fa233d
Octal20517127636440313724375
Binary100001011111001101111101111010010001100111111010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8579BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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