Html Css Color HEX #817695 Deluge

📋 copy color: '#817695'

red 129 ◦ green 118 ◦ blue 149

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

Shades of Deluge #817695

Tints of Deluge #817695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.63%

R = 32.58%
G = 29.8%
B = 37.63%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#817695 (or 0x817695) is known color: Deluge. HEX triplet: 81, 76 and 95. RGB value is (129,118,149). Sum of RGB (Red+Green+Blue) = 129+118+149=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #817695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817695 is #7E896A. Grayscale: #7C7C7C. Windows color (decimal): -8292715 or 9795201. OLE color: 9795201.

HSL color Cylindrical-coordinate representation of color #817695: hue angle of 261.29º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #817695 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 118 149 -
CMYK 0.13 0.21 0 0.42
HSL 261.29º 0.13% 0.52% -
HSV(B) 261.29º 0.21% 0.58% -
XYZ 20.96 19.79 31.15 -
YUV 124.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 129 118 149 0.13 0.21 0 0.42 261.29 0.13 0.52
Hex 81 76 95 D 15 0 2A 105 D 34
Octal 201 166 225 15 25 0 52 405 15 64
Binary 10000001 1110110 10010101 1101 10101 0 101010 100000101 1101 110100

Color Harmonies of #817695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817695

Black with #817695

Text Example


Text Example

White with #817695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817695; }

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

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

background-color css

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

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

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

border-color css

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

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

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