#8574BE

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

Shades of Moody Blue #8574BE

Tints of Moody Blue #8574BE

Color information

#8574BE (or 0x8574BE) is unknown color: approx Moody Blue. HEX triplet: 85, 74 and BE. RGB value is (133,116,190). Sum of RGB (Red+Green+Blue) = 133+116+190=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #8574BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8574BE is #7A8B41. Grayscale: #818181. Windows color (decimal): -8031042 or 12481669. OLE color: 12481669.

HSL color Cylindrical-coordinate representation of color #8574BE: hue angle of 253.78º degrees, saturation: 0.36, 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 #8574BE is Cyan = 0.3, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133116190-
CMYK0.30.3900.25
HSL253.78º36.27%60%-
HSV(B)253.78º38.95%74.51%-
XYZ25.2121.251.48-
YUV129.52162.13130.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.30%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=30.30%
G=26.42%
B=43.28%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331161900.30.3900.25253.7836.2760
Hex8574BE1E27019fe243c
Octal20516427636470313764474
Binary100001011110100101111101111010011101100111111110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8574BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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