#8477CD

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

Shades of Moody Blue #8477CD

Tints of Moody Blue #8477CD

Color information

#8477CD (or 0x8477CD) is unknown color: approx Moody Blue. HEX triplet: 84, 77 and CD. RGB value is (132,119,205). Sum of RGB (Red+Green+Blue) = 132+119+205=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #8477CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8477CD is #7B8832. Grayscale: #848484. Windows color (decimal): -8095795 or 13465476. OLE color: 13465476.

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

Color convert

RGB132119205-
CMYK0.360.4200.20
HSL249.07º46.24%63.53%-
HSV(B)249.07º41.95%80.39%-
XYZ27.1322.5160.67-
YUV132.69168.81127.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.95%
GREEN value IS 119 (46.88% from 255) = 26.10%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=28.95%
G=26.10%
B=44.96%

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
Decimal1321192050.360.4200.20249.0746.2463.53
Hex8477CD242A014f92e40
Octal204167315445202437156100
Binary10000100111011111001101100100101010010100111110011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8477CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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