Html Css Color HEX #807896 Deluge

📋 copy color: '#807896'

red 128 ◦ green 120 ◦ blue 150

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

Shades of Deluge #807896

Tints of Deluge #807896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.15%

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

R = 32.16%
G = 30.15%
B = 37.69%

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

#807896 (or 0x807896) is known color: Deluge. HEX triplet: 80, 78 and 96. RGB value is (128,120,150). Sum of RGB (Red+Green+Blue) = 128+120+150=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 150 - color contains mainly: blue. Hex color #807896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807896 is #7F8769. Grayscale: #7D7D7D. Windows color (decimal): -8357738 or 9861248. OLE color: 9861248.

HSL color Cylindrical-coordinate representation of color #807896: hue angle of 256º degrees, saturation: 0.12, 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 #807896 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 120 150 -
CMYK 0.15 0.20 0 0.41
HSL 256º 0.13% 0.53% -
HSV(B) 256º 0.2% 0.59% -
XYZ 21.12 20.22 31.64 -
YUV 125.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 128 120 150 0.15 0.20 0 0.41 256 0.13 0.53
Hex 80 78 96 F 14 0 29 100 C 35
Octal 200 170 226 17 24 0 51 400 14 65
Binary 10000000 1111000 10010110 1111 10100 0 101001 100000000 1100 110101

Color Harmonies of #807896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807896

Black with #807896

Text Example


Text Example

White with #807896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807896; }

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

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

background-color css

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

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

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

border-color css

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

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

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