Html Css Color HEX #817096 Deluge

📋 copy color: '#817096'

red 129 ◦ green 112 ◦ blue 150

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

Shades of Deluge #817096

Tints of Deluge #817096

RGB

 RED value IS 129 (50.78% from 255) = 32.99%

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

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

R = 32.99%
G = 28.64%
B = 38.36%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#817096 (or 0x817096) is known color: Deluge. HEX triplet: 81, 70 and 96. RGB value is (129,112,150). Sum of RGB (Red+Green+Blue) = 129+112+150=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 112 (44.14% from 255 or 28.64% 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 #817096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817096 is #7E8F69. Grayscale: #797979. Windows color (decimal): -8294250 or 9859201. OLE color: 9859201.

HSL color Cylindrical-coordinate representation of color #817096: hue angle of 266.84º 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 #817096 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 112 150 -
CMYK 0.14 0.25 0 0.41
HSL 266.84º 0.15% 0.51% -
HSV(B) 266.84º 0.25% 0.59% -
XYZ 20.35 18.46 31.34 -
YUV 121.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 129 112 150 0.14 0.25 0 0.41 266.84 0.15 0.51
Hex 81 70 96 E 19 0 29 10B F 33
Octal 201 160 226 16 31 0 51 413 17 63
Binary 10000001 1110000 10010110 1110 11001 0 101001 100001011 1111 110011

Color Harmonies of #817096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817096

Black with #817096

Text Example


Text Example

White with #817096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817096; }

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

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

background-color css

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

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

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

border-color css

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

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

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