Html Css Color HEX #807997 Deluge

📋 copy color: '#807997'

red 128 ◦ green 121 ◦ blue 151

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

Shades of Deluge #807997

Tints of Deluge #807997

RGB

 RED value IS 128 (50.39% from 255) = 32%

 GREEN value IS 121 (47.66% from 255) = 30.25%

 BLUE value IS 151 (59.38% from 255) = 37.75%

R = 32%
G = 30.25%
B = 37.75%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#807997 (or 0x807997) is known color: Deluge. HEX triplet: 80, 79 and 97. RGB value is (128,121,151). Sum of RGB (Red+Green+Blue) = 128+121+151=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 151 - color contains mainly: blue. Hex color #807997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807997 is #7F8668. Grayscale: #7E7E7E. Windows color (decimal): -8357481 or 9927040. OLE color: 9927040.

HSL color Cylindrical-coordinate representation of color #807997: hue angle of 254º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #807997 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 121 151 -
CMYK 0.15 0.20 0 0.41
HSL 254º 0.13% 0.53% -
HSV(B) 254º 0.2% 0.59% -
XYZ 21.33 20.5 32.11 -
YUV 126.51 141.82 129.06 -
System Red Green Blue C M Y K H S L
Decimal 128 121 151 0.15 0.20 0 0.41 254 0.13 0.53
Hex 80 79 97 F 14 0 29 FE D 35
Octal 200 171 227 17 24 0 51 376 15 65
Binary 10000000 1111001 10010111 1111 10100 0 101001 11111110 1101 110101

Color Harmonies of #807997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807997

Black with #807997

Text Example


Text Example

White with #807997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807997; }

 p { color: rgb(128,121,151); }

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

background-color css

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

 a { background-color: rgb(128,121,151); }

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

border-color css

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

 span { border-color: rgb(128,121,151); }

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