#8471CD

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

Shades of Moody Blue #8471CD

Tints of Moody Blue #8471CD

Color information

#8471CD (or 0x8471CD) is unknown color: approx Moody Blue. HEX triplet: 84, 71 and CD. RGB value is (132,113,205). Sum of RGB (Red+Green+Blue) = 132+113+205=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #8471CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471CD is #7B8E32. Grayscale: #808080. Windows color (decimal): -8097331 or 13463940. OLE color: 13463940.

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

Color convert

RGB132113205-
CMYK0.360.4500.20
HSL252.39º47.92%62.35%-
HSV(B)252.39º44.88%80.39%-
XYZ26.4421.1260.44-
YUV129.17170.79130.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.33%
GREEN value IS 113 (44.53% from 255) = 25.11%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=29.33%
G=25.11%
B=45.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321132050.360.4500.20252.3947.9262.35
Hex8471CD242D014fc303e
Octal20416131544550243746076
Binary1000010011100011100110110010010110101010011111100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8471CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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