Html Css Color HEX #8477AF Deluge

📋 copy color: '#8477AF'

red 132 ◦ green 119 ◦ blue 175

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

Shades of Deluge #8477AF

Tints of Deluge #8477AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.08%

R = 30.99%
G = 27.93%
B = 41.08%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8477AF (or 0x8477AF) is known color: Deluge. HEX triplet: 84, 77 and AF. RGB value is (132,119,175). Sum of RGB (Red+Green+Blue) = 132+119+175=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #8477AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8477AF is #7B8850. Grayscale: #818181. Windows color (decimal): -8095825 or 11499396. OLE color: 11499396.

HSL color Cylindrical-coordinate representation of color #8477AF: hue angle of 253.93º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8477AF is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 119 175 -
CMYK 0.25 0.32 0 0.31
HSL 253.93º 0.26% 0.58% -
HSV(B) 253.93º 0.32% 0.69% -
XYZ 23.85 21.19 43.39 -
YUV 129.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 132 119 175 0.25 0.32 0 0.31 253.93 0.26 0.58
Hex 84 77 AF 19 20 0 1F FE 1A 3A
Octal 204 167 257 31 40 0 37 376 32 72
Binary 10000100 1110111 10101111 11001 100000 0 11111 11111110 11010 111010

Color Harmonies of #8477AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8477AF

Black with #8477AF

Text Example


Text Example

White with #8477AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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