Html Css Color HEX #807096 Deluge

📋 copy color: '#807096'

red 128 ◦ green 112 ◦ blue 150

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

Shades of Deluge #807096

Tints of Deluge #807096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.72%

 BLUE value IS 150 (58.98% from 255) = 38.46%

R = 32.82%
G = 28.72%
B = 38.46%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#807096 (or 0x807096) is known color: Deluge. HEX triplet: 80, 70 and 96. RGB value is (128,112,150). Sum of RGB (Red+Green+Blue) = 128+112+150=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 150 - color contains mainly: blue. Hex color #807096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807096 is #7F8F69. Grayscale: #787878. Windows color (decimal): -8359786 or 9859200. OLE color: 9859200.

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

Color convert

RGB 128 112 150 -
CMYK 0.15 0.25 0 0.41
HSL 265.26º 0.15% 0.51% -
HSV(B) 265.26º 0.25% 0.59% -
XYZ 20.2 18.38 31.34 -
YUV 121.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 128 112 150 0.15 0.25 0 0.41 265.26 0.15 0.51
Hex 80 70 96 F 19 0 29 109 F 33
Octal 200 160 226 17 31 0 51 411 17 63
Binary 10000000 1110000 10010110 1111 11001 0 101001 100001001 1111 110011

Color Harmonies of #807096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807096

Black with #807096

Text Example


Text Example

White with #807096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807096; }

 p { color: rgb(128,112,150); }

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

background-color css

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

 a { background-color: rgb(128,112,150); }

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

border-color css

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

 span { border-color: rgb(128,112,150); }

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