Html Css Color HEX #817595 Deluge

📋 copy color: '#817595'

red 129 ◦ green 117 ◦ blue 149

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

Shades of Deluge #817595

Tints of Deluge #817595

RGB

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

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

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

R = 32.66%
G = 29.62%
B = 37.72%

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

#817595 (or 0x817595) is known color: Deluge. HEX triplet: 81, 75 and 95. RGB value is (129,117,149). Sum of RGB (Red+Green+Blue) = 129+117+149=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #817595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817595 is #7E8A6A. Grayscale: #7C7C7C. Windows color (decimal): -8292971 or 9794945. OLE color: 9794945.

HSL color Cylindrical-coordinate representation of color #817595: hue angle of 262.5º 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 #817595 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 117 149 -
CMYK 0.13 0.21 0 0.42
HSL 262.5º 0.13% 0.52% -
HSV(B) 262.5º 0.21% 0.58% -
XYZ 20.84 19.56 31.11 -
YUV 124.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 129 117 149 0.13 0.21 0 0.42 262.5 0.13 0.52
Hex 81 75 95 D 15 0 2A 106 D 34
Octal 201 165 225 15 25 0 52 406 15 64
Binary 10000001 1110101 10010101 1101 10101 0 101010 100000110 1101 110100

Color Harmonies of #817595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817595

Black with #817595

Text Example


Text Example

White with #817595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817595; }

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

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

background-color css

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

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

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

border-color css

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

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

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