Html Css Color HEX #807196 Deluge

📋 copy color: '#807196'

red 128 ◦ green 113 ◦ blue 150

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

Shades of Deluge #807196

Tints of Deluge #807196

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.9%

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

R = 32.74%
G = 28.9%
B = 38.36%

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

#807196 (or 0x807196) is known color: Deluge. HEX triplet: 80, 71 and 96. RGB value is (128,113,150). Sum of RGB (Red+Green+Blue) = 128+113+150=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 150 - color contains mainly: blue. Hex color #807196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807196 is #7F8E69. Grayscale: #797979. Windows color (decimal): -8359530 or 9859456. OLE color: 9859456.

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

Color convert

RGB 128 113 150 -
CMYK 0.15 0.25 0 0.41
HSL 264.32º 0.15% 0.52% -
HSV(B) 264.32º 0.25% 0.59% -
XYZ 20.31 18.6 31.37 -
YUV 121.7 143.97 132.49 -
System Red Green Blue C M Y K H S L
Decimal 128 113 150 0.15 0.25 0 0.41 264.32 0.15 0.52
Hex 80 71 96 F 19 0 29 108 F 34
Octal 200 161 226 17 31 0 51 410 17 64
Binary 10000000 1110001 10010110 1111 11001 0 101001 100001000 1111 110100

Color Harmonies of #807196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807196

Black with #807196

Text Example


Text Example

White with #807196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807196; }

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

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

background-color css

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

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

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

border-color css

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

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

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