#8477BE

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

Shades of Moody Blue #8477BE

Tints of Moody Blue #8477BE

Color information

#8477BE (or 0x8477BE) is unknown color: approx Moody Blue. HEX triplet: 84, 77 and BE. RGB value is (132,119,190). Sum of RGB (Red+Green+Blue) = 132+119+190=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #8477BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8477BE is #7B8841. Grayscale: #828282. Windows color (decimal): -8095810 or 12482436. OLE color: 12482436.

HSL color Cylindrical-coordinate representation of color #8477BE: hue angle of 250.99º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8477BE is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132119190-
CMYK0.310.3700.25
HSL250.99º35.32%60.59%-
HSV(B)250.99º37.37%74.51%-
XYZ25.4121.8251.59-
YUV130.98161.31128.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.93%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=29.93%
G=26.98%
B=43.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321191900.310.3700.25250.9935.3260.59
Hex8477BE1F25019fb233d
Octal20416727637450313734375
Binary100001001110111101111101111110010101100111111011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8477BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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