#8477CE

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

Shades of Moody Blue #8477CE

Tints of Moody Blue #8477CE

Color information

#8477CE (or 0x8477CE) is unknown color: approx Moody Blue. HEX triplet: 84, 77 and CE. RGB value is (132,119,206). Sum of RGB (Red+Green+Blue) = 132+119+206=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #8477CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8477CE is #7B8831. Grayscale: #848484. Windows color (decimal): -8095794 or 13531012. OLE color: 13531012.

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

Color convert

RGB132119206-
CMYK0.360.4200.19
HSL248.97º47.03%63.73%-
HSV(B)248.97º42.23%80.78%-
XYZ27.2522.5661.31-
YUV132.8169.31127.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.88%
GREEN value IS 119 (46.88% from 255) = 26.04%
BLUE value IS 206 (80.86% from 255) = 45.08%
R=28.88%
G=26.04%
B=45.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1321192060.360.4200.19248.9747.0363.73
Hex8477CE242A013f92f40
Octal204167316445202337157100
Binary10000100111011111001110100100101010010011111110011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8477CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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