Html Css Color HEX #817599 Deluge

📋 copy color: '#817599'

red 129 ◦ green 117 ◦ blue 153

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

Shades of Deluge #817599

Tints of Deluge #817599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.35%

R = 32.33%
G = 29.32%
B = 38.35%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#817599 (or 0x817599) is known color: Deluge. HEX triplet: 81, 75 and 99. RGB value is (129,117,153). Sum of RGB (Red+Green+Blue) = 129+117+153=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #817599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817599 is #7E8A66. Grayscale: #7C7C7C. Windows color (decimal): -8292967 or 10057089. OLE color: 10057089.

HSL color Cylindrical-coordinate representation of color #817599: hue angle of 260º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #817599 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 117 153 -
CMYK 0.16 0.24 0 0.4
HSL 260º 0.15% 0.53% -
HSV(B) 260º 0.24% 0.6% -
XYZ 21.16 19.69 32.82 -
YUV 124.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 129 117 153 0.16 0.24 0 0.4 260 0.15 0.53
Hex 81 75 99 10 18 0 28 104 F 35
Octal 201 165 231 20 30 0 50 404 17 65
Binary 10000001 1110101 10011001 10000 11000 0 101000 100000100 1111 110101

Color Harmonies of #817599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817599

Black with #817599

Text Example


Text Example

White with #817599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817599; }

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

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

background-color css

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

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

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

border-color css

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

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

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