Html Css Color HEX #8477BA Moody Blue

📋 copy color: '#8477BA'

red 132 ◦ green 119 ◦ blue 186

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

Shades of Moody Blue #8477BA

Tints of Moody Blue #8477BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 30.21%
G = 27.23%
B = 42.56%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8477BA (or 0x8477BA) is known color: Moody Blue. HEX triplet: 84, 77 and BA. RGB value is (132,119,186). Sum of RGB (Red+Green+Blue) = 132+119+186=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #8477BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8477BA is #7B8845. Grayscale: #828282. Windows color (decimal): -8095814 or 12220292. OLE color: 12220292.

HSL color Cylindrical-coordinate representation of color #8477BA: hue angle of 251.64º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8477BA is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 119 186 -
CMYK 0.29 0.36 0 0.27
HSL 251.64º 0.33% 0.6% -
HSV(B) 251.64º 0.36% 0.73% -
XYZ 24.98 21.64 49.32 -
YUV 130.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 132 119 186 0.29 0.36 0 0.27 251.64 0.33 0.6
Hex 84 77 BA 1D 24 0 1B FC 21 3C
Octal 204 167 272 35 44 0 33 374 41 74
Binary 10000100 1110111 10111010 11101 100100 0 11011 11111100 100001 111100

Color Harmonies of #8477BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8477BA

Black with #8477BA

Text Example


Text Example

White with #8477BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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