Html Css Color HEX #817699 Deluge

📋 copy color: '#817699'

red 129 ◦ green 118 ◦ blue 153

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

Shades of Deluge #817699

Tints of Deluge #817699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.5%

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

R = 32.25%
G = 29.5%
B = 38.25%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#817699 (or 0x817699) is known color: Deluge. HEX triplet: 81, 76 and 99. RGB value is (129,118,153). Sum of RGB (Red+Green+Blue) = 129+118+153=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 153 - color contains mainly: blue. Hex color #817699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817699 is #7E8966. Grayscale: #7D7D7D. Windows color (decimal): -8292711 or 10057345. OLE color: 10057345.

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

Color convert

RGB 129 118 153 -
CMYK 0.16 0.23 0 0.4
HSL 258.86º 0.15% 0.53% -
HSV(B) 258.86º 0.23% 0.6% -
XYZ 21.28 19.92 32.86 -
YUV 125.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 129 118 153 0.16 0.23 0 0.4 258.86 0.15 0.53
Hex 81 76 99 10 17 0 28 103 F 35
Octal 201 166 231 20 27 0 50 403 17 65
Binary 10000001 1110110 10011001 10000 10111 0 101000 100000011 1111 110101

Color Harmonies of #817699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817699

Black with #817699

Text Example


Text Example

White with #817699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817699; }

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

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

background-color css

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

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

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

border-color css

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

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

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