#8474CA

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

Shades of Moody Blue #8474CA

Tints of Moody Blue #8474CA

Color information

#8474CA (or 0x8474CA) is unknown color: approx Moody Blue. HEX triplet: 84, 74 and CA. RGB value is (132,116,202). Sum of RGB (Red+Green+Blue) = 132+116+202=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #8474CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8474CA is #7B8B35. Grayscale: #828282. Windows color (decimal): -8096566 or 13268100. OLE color: 13268100.

HSL color Cylindrical-coordinate representation of color #8474CA: hue angle of 251.16º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8474CA is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB132116202-
CMYK0.350.4300.21
HSL251.16º44.79%62.35%-
HSV(B)251.16º42.57%79.22%-
XYZ26.4221.6658.67-
YUV130.59168.3129.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.33%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=29.33%
G=25.78%
B=44.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1321162020.350.4300.21251.1644.7962.35
Hex8474CA232B015fb2d3e
Octal20416431243530253735576
Binary1000010011101001100101010001110101101010111111011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8474CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8474CA; }

 p { color: rgb(132,116,202); }

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

<style>
 a { background-color: #8474CA; }

 a { background-color: rgb(132,116,202); }

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

<style>
 span { border-color: #8474CA; }

 span { border-color: rgb(132,116,202); }

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