Html Css Color HEX #817999 Deluge

📋 copy color: '#817999'

red 129 ◦ green 121 ◦ blue 153

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

Shades of Deluge #817999

Tints of Deluge #817999

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.02%

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

R = 32.01%
G = 30.02%
B = 37.97%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#817999 (or 0x817999) is known color: Deluge. HEX triplet: 81, 79 and 99. RGB value is (129,121,153). Sum of RGB (Red+Green+Blue) = 129+121+153=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #817999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817999 is #7E8666. Grayscale: #7E7E7E. Windows color (decimal): -8291943 or 10058113. OLE color: 10058113.

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

Color convert

RGB 129 121 153 -
CMYK 0.16 0.21 0 0.4
HSL 255º 0.14% 0.54% -
HSV(B) 255º 0.21% 0.6% -
XYZ 21.64 20.64 32.98 -
YUV 127.04 142.65 129.4 -
System Red Green Blue C M Y K H S L
Decimal 129 121 153 0.16 0.21 0 0.4 255 0.14 0.54
Hex 81 79 99 10 15 0 28 FF E 36
Octal 201 171 231 20 25 0 50 377 16 66
Binary 10000001 1111001 10011001 10000 10101 0 101000 11111111 1110 110110

Color Harmonies of #817999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817999

Black with #817999

Text Example


Text Example

White with #817999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817999; }

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

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

background-color css

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

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

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

border-color css

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

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

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