Html Css Color HEX #806E95 Deluge

📋 copy color: '#806E95'

red 128 ◦ green 110 ◦ blue 149

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

Shades of Deluge #806E95

Tints of Deluge #806E95

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.42%

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 33.07%
G = 28.42%
B = 38.5%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#806E95 (or 0x806E95) is known color: Deluge. HEX triplet: 80, 6E and 95. RGB value is (128,110,149). Sum of RGB (Red+Green+Blue) = 128+110+149=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #806E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806E95 is #7F916A. Grayscale: #777777. Windows color (decimal): -8360299 or 9793152. OLE color: 9793152.

HSL color Cylindrical-coordinate representation of color #806E95: hue angle of 267.69º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #806E95 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 110 149 -
CMYK 0.14 0.26 0 0.42
HSL 267.69º 0.16% 0.51% -
HSV(B) 267.69º 0.26% 0.58% -
XYZ 19.9 17.91 30.84 -
YUV 119.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 128 110 149 0.14 0.26 0 0.42 267.69 0.16 0.51
Hex 80 6E 95 E 1A 0 2A 10C 10 33
Octal 200 156 225 16 32 0 52 414 20 63
Binary 10000000 1101110 10010101 1110 11010 0 101010 100001100 10000 110011

Color Harmonies of #806E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806E95

Black with #806E95

Text Example


Text Example

White with #806E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806E95; }

 p { color: rgb(128,110,149); }

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

background-color css

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

 a { background-color: rgb(128,110,149); }

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

border-color css

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

 span { border-color: rgb(128,110,149); }

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