#8477BC

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

Shades of Moody Blue #8477BC

Tints of Moody Blue #8477BC

Color information

#8477BC (or 0x8477BC) is unknown color: approx Moody Blue. HEX triplet: 84, 77 and BC. RGB value is (132,119,188). Sum of RGB (Red+Green+Blue) = 132+119+188=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #8477BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8477BC is #7B8843. Grayscale: #828282. Windows color (decimal): -8095812 or 12351364. OLE color: 12351364.

HSL color Cylindrical-coordinate representation of color #8477BC: hue angle of 251.3º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8477BC is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132119188-
CMYK0.300.3700.26
HSL251.3º33.99%60.2%-
HSV(B)251.3º36.7%73.73%-
XYZ25.1921.7350.44-
YUV130.75160.31128.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.07%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 188 (73.83% from 255) = 42.82%
R=30.07%
G=27.11%
B=42.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321191880.300.3700.26251.333.9960.2
Hex8477BC1E2501Afb223c
Octal20416727436450323734274
Binary100001001110111101111001111010010101101011111011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8477BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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