#8477C1

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

Shades of Moody Blue #8477C1

Tints of Moody Blue #8477C1

Color information

#8477C1 (or 0x8477C1) is unknown color: approx Moody Blue. HEX triplet: 84, 77 and C1. RGB value is (132,119,193). Sum of RGB (Red+Green+Blue) = 132+119+193=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #8477C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8477C1 is #7B883E. Grayscale: #838383. Windows color (decimal): -8095807 or 12679044. OLE color: 12679044.

HSL color Cylindrical-coordinate representation of color #8477C1: hue angle of 250.54º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8477C1 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB132119193-
CMYK0.320.3800.24
HSL250.54º37.37%61.18%-
HSV(B)250.54º38.34%75.69%-
XYZ25.7421.9553.33-
YUV131.32162.81128.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.73%
GREEN value IS 119 (46.88% from 255) = 26.80%
BLUE value IS 193 (75.78% from 255) = 43.47%
R=29.73%
G=26.80%
B=43.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1321191930.320.3800.24250.5437.3761.18
Hex8477C12026018fb253d
Octal20416730140460303734575
Binary1000010011101111100000110000010011001100011111011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8477C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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