Html Css Color HEX #817799 Deluge

📋 copy color: '#817799'

red 129 ◦ green 119 ◦ blue 153

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

Shades of Deluge #817799

Tints of Deluge #817799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.68%

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

R = 32.17%
G = 29.68%
B = 38.15%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#817799 (or 0x817799) is known color: Deluge. HEX triplet: 81, 77 and 99. RGB value is (129,119,153). Sum of RGB (Red+Green+Blue) = 129+119+153=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #817799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817799 is #7E8866. Grayscale: #7D7D7D. Windows color (decimal): -8292455 or 10057601. OLE color: 10057601.

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

Color convert

RGB 129 119 153 -
CMYK 0.16 0.22 0 0.4
HSL 257.65º 0.14% 0.53% -
HSV(B) 257.65º 0.22% 0.6% -
XYZ 21.4 20.16 32.9 -
YUV 125.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 129 119 153 0.16 0.22 0 0.4 257.65 0.14 0.53
Hex 81 77 99 10 16 0 28 102 E 35
Octal 201 167 231 20 26 0 50 402 16 65
Binary 10000001 1110111 10011001 10000 10110 0 101000 100000010 1110 110101

Color Harmonies of #817799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817799

Black with #817799

Text Example


Text Example

White with #817799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817799; }

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

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

background-color css

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

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

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

border-color css

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

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

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