#8574BA

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

Shades of Moody Blue #8574BA

Tints of Moody Blue #8574BA

Color information

#8574BA (or 0x8574BA) is unknown color: approx Moody Blue. HEX triplet: 85, 74 and BA. RGB value is (133,116,186). Sum of RGB (Red+Green+Blue) = 133+116+186=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #8574BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8574BA is #7A8B45. Grayscale: #808080. Windows color (decimal): -8031046 or 12219525. OLE color: 12219525.

HSL color Cylindrical-coordinate representation of color #8574BA: hue angle of 254.57º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8574BA is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB133116186-
CMYK0.280.3800.27
HSL254.57º33.65%59.22%-
HSV(B)254.57º37.63%72.94%-
XYZ24.7821.0249.21-
YUV129.06160.13130.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.57%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=30.57%
G=26.67%
B=42.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331161860.280.3800.27254.5733.6559.22
Hex8574BA1C2601Bff223b
Octal20516427234460333774273
Binary100001011110100101110101110010011001101111111111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8574BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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