Html Css Color HEX #806997 Deluge

📋 copy color: '#806997'

red 128 ◦ green 105 ◦ blue 151

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

Shades of Deluge #806997

Tints of Deluge #806997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.34%

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

R = 33.33%
G = 27.34%
B = 39.32%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#806997 (or 0x806997) is known color: Deluge. HEX triplet: 80, 69 and 97. RGB value is (128,105,151). Sum of RGB (Red+Green+Blue) = 128+105+151=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 151 - color contains mainly: blue. Hex color #806997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806997 is #7F9668. Grayscale: #747474. Windows color (decimal): -8361577 or 9922944. OLE color: 9922944.

HSL color Cylindrical-coordinate representation of color #806997: hue angle of 270º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #806997 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 105 151 -
CMYK 0.15 0.30 0 0.41
HSL 270º 0.18% 0.5% -
HSV(B) 270º 0.3% 0.59% -
XYZ 19.54 16.93 31.52 -
YUV 117.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 128 105 151 0.15 0.30 0 0.41 270 0.18 0.5
Hex 80 69 97 F 1E 0 29 10E 12 32
Octal 200 151 227 17 36 0 51 416 22 62
Binary 10000000 1101001 10010111 1111 11110 0 101001 100001110 10010 110010

Color Harmonies of #806997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806997

Black with #806997

Text Example


Text Example

White with #806997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806997; }

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

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

background-color css

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

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

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

border-color css

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

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

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