#8476CD

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

Shades of Moody Blue #8476CD

Tints of Moody Blue #8476CD

Color information

#8476CD (or 0x8476CD) is unknown color: approx Moody Blue. HEX triplet: 84, 76 and CD. RGB value is (132,118,205). Sum of RGB (Red+Green+Blue) = 132+118+205=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #8476CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8476CD is #7B8932. Grayscale: #838383. Windows color (decimal): -8096051 or 13465220. OLE color: 13465220.

HSL color Cylindrical-coordinate representation of color #8476CD: hue angle of 249.66º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8476CD is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132118205-
CMYK0.360.4200.20
HSL249.66º46.52%63.33%-
HSV(B)249.66º42.44%80.39%-
XYZ27.0122.2760.63-
YUV132.1169.14127.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.01%
GREEN value IS 118 (46.48% from 255) = 25.93%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=29.01%
G=25.93%
B=45.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321182050.360.4200.20249.6646.5263.33
Hex8476CD242A014fa2f3f
Octal20416631544520243725777
Binary1000010011101101100110110010010101001010011111010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8476CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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