#8574BF

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

Shades of Moody Blue #8574BF

Tints of Moody Blue #8574BF

Color information

#8574BF (or 0x8574BF) is unknown color: approx Moody Blue. HEX triplet: 85, 74 and BF. RGB value is (133,116,191). Sum of RGB (Red+Green+Blue) = 133+116+191=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #8574BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8574BF is #7A8B40. Grayscale: #818181. Windows color (decimal): -8031041 or 12547205. OLE color: 12547205.

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

Color convert

RGB133116191-
CMYK0.300.3900.25
HSL253.6º36.95%60.2%-
HSV(B)253.6º39.27%74.9%-
XYZ25.3221.2452.06-
YUV129.63162.63130.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.23%
GREEN value IS 116 (45.70% from 255) = 26.36%
BLUE value IS 191 (75% from 255) = 43.41%
R=30.23%
G=26.36%
B=43.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331161910.300.3900.25253.636.9560.2
Hex8574BF1E27019fe253c
Octal20516427736470313764574
Binary100001011110100101111111111010011101100111111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8574BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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