#8476C9

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

Shades of Moody Blue #8476C9

Tints of Moody Blue #8476C9

Color information

#8476C9 (or 0x8476C9) is unknown color: approx Moody Blue. HEX triplet: 84, 76 and C9. RGB value is (132,118,201). Sum of RGB (Red+Green+Blue) = 132+118+201=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 201 - color contains mainly: blue. Hex color #8476C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8476C9 is #7B8936. Grayscale: #838383. Windows color (decimal): -8096055 or 13203076. OLE color: 13203076.

HSL color Cylindrical-coordinate representation of color #8476C9: hue angle of 250.12º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8476C9 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB132118201-
CMYK0.340.4100.21
HSL250.12º43.46%62.55%-
HSV(B)250.12º41.29%78.82%-
XYZ26.5422.0858.12-
YUV131.65167.14128.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.27%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 201 (78.91% from 255) = 44.57%
R=29.27%
G=26.16%
B=44.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1321182010.340.4100.21250.1243.4662.55
Hex8476C92229015fa2b3f
Octal20416631142510253725377
Binary1000010011101101100100110001010100101010111111010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8476C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8476C9; }

 p { color: rgb(132,118,201); }

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

<style>
 a { background-color: #8476C9; }

 a { background-color: rgb(132,118,201); }

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

<style>
 span { border-color: #8476C9; }

 span { border-color: rgb(132,118,201); }

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