#8572BF

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

Shades of Moody Blue #8572BF

Tints of Moody Blue #8572BF

Color information

#8572BF (or 0x8572BF) is unknown color: approx Moody Blue. HEX triplet: 85, 72 and BF. RGB value is (133,114,191). Sum of RGB (Red+Green+Blue) = 133+114+191=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #8572BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8572BF is #7A8D40. Grayscale: #808080. Windows color (decimal): -8031553 or 12546693. OLE color: 12546693.

HSL color Cylindrical-coordinate representation of color #8572BF: hue angle of 254.81º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8572BF is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133114191-
CMYK0.300.4000.25
HSL254.81º37.56%59.8%-
HSV(B)254.81º40.31%74.9%-
XYZ25.0920.7851.98-
YUV128.46163.29131.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.37%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 191 (75% from 255) = 43.61%
R=30.37%
G=26.03%
B=43.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331141910.300.4000.25254.8137.5659.8
Hex8572BF1E28019ff263c
Octal20516227736500313774674
Binary100001011110010101111111111010100001100111111111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8572BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8572BF; }

 p { color: rgb(133,114,191); }

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

<style>
 a { background-color: #8572BF; }

 a { background-color: rgb(133,114,191); }

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

<style>
 span { border-color: #8572BF; }

 span { border-color: rgb(133,114,191); }

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