Html Css Color HEX #8477B8 Moody Blue

📋 copy color: '#8477B8'

red 132 ◦ green 119 ◦ blue 184

#8477B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #8477B8

Tints of Moody Blue #8477B8

RGB

 RED value IS 132 (51.95% from 255) = 30.34%

 GREEN value IS 119 (46.88% from 255) = 27.36%

 BLUE value IS 184 (72.27% from 255) = 42.3%

R = 30.34%
G = 27.36%
B = 42.3%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8477B8 (or 0x8477B8) is known color: Moody Blue. HEX triplet: 84, 77 and B8. RGB value is (132,119,184). Sum of RGB (Red+Green+Blue) = 132+119+184=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 184 - color contains mainly: blue. Hex color #8477B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8477B8 is #7B8847. Grayscale: #828282. Windows color (decimal): -8095816 or 12089220. OLE color: 12089220.

HSL color Cylindrical-coordinate representation of color #8477B8: hue angle of 252º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8477B8 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 132 119 184 -
CMYK 0.28 0.35 0 0.28
HSL 252º 0.31% 0.59% -
HSV(B) 252º 0.35% 0.72% -
XYZ 24.76 21.56 48.2 -
YUV 130.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 132 119 184 0.28 0.35 0 0.28 252 0.31 0.59
Hex 84 77 B8 1C 23 0 1C FC 1F 3B
Octal 204 167 270 34 43 0 34 374 37 73
Binary 10000100 1110111 10111000 11100 100011 0 11100 11111100 11111 111011

Color Harmonies of #8477B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8477B8

Black with #8477B8

Text Example


Text Example

White with #8477B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8477B8;
 }
 .AnyTagClassName
 {
   color: #8477B8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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