Html Css Color HEX #817397 Deluge

📋 copy color: '#817397'

red 129 ◦ green 115 ◦ blue 151

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

Shades of Deluge #817397

Tints of Deluge #817397

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.11%

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

R = 32.66%
G = 29.11%
B = 38.23%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#817397 (or 0x817397) is known color: Deluge. HEX triplet: 81, 73 and 97. RGB value is (129,115,151). Sum of RGB (Red+Green+Blue) = 129+115+151=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 151 - color contains mainly: blue. Hex color #817397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817397 is #7E8C68. Grayscale: #7B7B7B. Windows color (decimal): -8293481 or 9925505. OLE color: 9925505.

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

Color convert

RGB 129 115 151 -
CMYK 0.15 0.24 0 0.41
HSL 263.33º 0.15% 0.52% -
HSV(B) 263.33º 0.24% 0.59% -
XYZ 20.77 19.16 31.88 -
YUV 123.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 129 115 151 0.15 0.24 0 0.41 263.33 0.15 0.52
Hex 81 73 97 F 18 0 29 107 F 34
Octal 201 163 227 17 30 0 51 407 17 64
Binary 10000001 1110011 10010111 1111 11000 0 101001 100000111 1111 110100

Color Harmonies of #817397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817397

Black with #817397

Text Example


Text Example

White with #817397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817397; }

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

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

background-color css

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

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

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

border-color css

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

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

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