Html Css Color HEX #8477A9 Deluge

📋 copy color: '#8477A9'

red 132 ◦ green 119 ◦ blue 169

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

Shades of Deluge #8477A9

Tints of Deluge #8477A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 40.24%

R = 31.43%
G = 28.33%
B = 40.24%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#8477A9 (or 0x8477A9) is known color: Deluge. HEX triplet: 84, 77 and A9. RGB value is (132,119,169). Sum of RGB (Red+Green+Blue) = 132+119+169=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 169 - color contains mainly: blue. Hex color #8477A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8477A9 is #7B8856. Grayscale: #808080. Windows color (decimal): -8095831 or 11106180. OLE color: 11106180.

HSL color Cylindrical-coordinate representation of color #8477A9: hue angle of 255.6º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8477A9 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 132 119 169 -
CMYK 0.22 0.30 0 0.34
HSL 255.6º 0.23% 0.56% -
HSV(B) 255.6º 0.3% 0.66% -
XYZ 23.27 20.96 40.36 -
YUV 128.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 132 119 169 0.22 0.30 0 0.34 255.6 0.23 0.56
Hex 84 77 A9 16 1E 0 22 100 17 38
Octal 204 167 251 26 36 0 42 400 27 70
Binary 10000100 1110111 10101001 10110 11110 0 100010 100000000 10111 111000

Color Harmonies of #8477A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8477A9

Black with #8477A9

Text Example


Text Example

White with #8477A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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