Html Css Color HEX #817597 Deluge

📋 copy color: '#817597'

red 129 ◦ green 117 ◦ blue 151

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

Shades of Deluge #817597

Tints of Deluge #817597

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.47%

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

R = 32.49%
G = 29.47%
B = 38.04%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#817597 (or 0x817597) is known color: Deluge. HEX triplet: 81, 75 and 97. RGB value is (129,117,151). Sum of RGB (Red+Green+Blue) = 129+117+151=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #817597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817597 is #7E8A68. Grayscale: #7C7C7C. Windows color (decimal): -8292969 or 9926017. OLE color: 9926017.

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

Color convert

RGB 129 117 151 -
CMYK 0.15 0.23 0 0.41
HSL 261.18º 0.14% 0.53% -
HSV(B) 261.18º 0.23% 0.59% -
XYZ 21 19.62 31.96 -
YUV 124.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 129 117 151 0.15 0.23 0 0.41 261.18 0.14 0.53
Hex 81 75 97 F 17 0 29 105 E 35
Octal 201 165 227 17 27 0 51 405 16 65
Binary 10000001 1110101 10010111 1111 10111 0 101001 100000101 1110 110101

Color Harmonies of #817597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817597

Black with #817597

Text Example


Text Example

White with #817597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817597; }

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

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

background-color css

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

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

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

border-color css

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

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

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