#8579BC

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

Shades of Moody Blue #8579BC

Tints of Moody Blue #8579BC

Color information

#8579BC (or 0x8579BC) is unknown color: approx Moody Blue. HEX triplet: 85, 79 and BC. RGB value is (133,121,188). Sum of RGB (Red+Green+Blue) = 133+121+188=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #8579BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8579BC is #7A8643. Grayscale: #838383. Windows color (decimal): -8029764 or 12351877. OLE color: 12351877.

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

Color convert

RGB133121188-
CMYK0.290.3600.26
HSL250.75º33.33%60.59%-
HSV(B)250.75º35.64%73.73%-
XYZ25.5922.2950.53-
YUV132.23159.48128.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.09%
GREEN value IS 121 (47.66% from 255) = 27.38%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=30.09%
G=27.38%
B=42.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331211880.290.3600.26250.7533.3360.59
Hex8579BC1D2401Afb213d
Octal20517127435440323734175
Binary100001011111001101111001110110010001101011111011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8579BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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