Html Css Color HEX #817097 Deluge

📋 copy color: '#817097'

red 129 ◦ green 112 ◦ blue 151

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

Shades of Deluge #817097

Tints of Deluge #817097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.52%

R = 32.91%
G = 28.57%
B = 38.52%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#817097 (or 0x817097) is known color: Deluge. HEX triplet: 81, 70 and 97. RGB value is (129,112,151). Sum of RGB (Red+Green+Blue) = 129+112+151=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 151 - color contains mainly: blue. Hex color #817097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817097 is #7E8F68. Grayscale: #797979. Windows color (decimal): -8294249 or 9924737. OLE color: 9924737.

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

Color convert

RGB 129 112 151 -
CMYK 0.15 0.26 0 0.41
HSL 266.15º 0.16% 0.52% -
HSV(B) 266.15º 0.26% 0.59% -
XYZ 20.43 18.49 31.77 -
YUV 121.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 129 112 151 0.15 0.26 0 0.41 266.15 0.16 0.52
Hex 81 70 97 F 1A 0 29 10A 10 34
Octal 201 160 227 17 32 0 51 412 20 64
Binary 10000001 1110000 10010111 1111 11010 0 101001 100001010 10000 110100

Color Harmonies of #817097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817097

Black with #817097

Text Example


Text Example

White with #817097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817097; }

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

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

background-color css

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

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

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

border-color css

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

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

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