#8471CA

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

Shades of Moody Blue #8471CA

Tints of Moody Blue #8471CA

Color information

#8471CA (or 0x8471CA) is unknown color: approx Moody Blue. HEX triplet: 84, 71 and CA. RGB value is (132,113,202). Sum of RGB (Red+Green+Blue) = 132+113+202=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #8471CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471CA is #7B8E35. Grayscale: #808080. Windows color (decimal): -8097334 or 13267332. OLE color: 13267332.

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

Color convert

RGB132113202-
CMYK0.350.4400.21
HSL252.81º45.64%61.76%-
HSV(B)252.81º44.06%79.22%-
XYZ26.0820.9858.55-
YUV128.83169.29130.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.53%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=29.53%
G=25.28%
B=45.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1321132020.350.4400.21252.8145.6461.76
Hex8471CA232C015fd2e3e
Octal20416131243540253755676
Binary1000010011100011100101010001110110001010111111101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8471CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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