Html Css Color HEX #817395 Deluge

📋 copy color: '#817395'

red 129 ◦ green 115 ◦ blue 149

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

Shades of Deluge #817395

Tints of Deluge #817395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.26%

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

R = 32.82%
G = 29.26%
B = 37.91%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#817395 (or 0x817395) is known color: Deluge. HEX triplet: 81, 73 and 95. RGB value is (129,115,149). Sum of RGB (Red+Green+Blue) = 129+115+149=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 149 - color contains mainly: blue. Hex color #817395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817395 is #7E8C6A. Grayscale: #7A7A7A. Windows color (decimal): -8293483 or 9794433. OLE color: 9794433.

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

Color convert

RGB 129 115 149 -
CMYK 0.13 0.23 0 0.42
HSL 264.71º 0.14% 0.52% -
HSV(B) 264.71º 0.23% 0.58% -
XYZ 20.61 19.1 31.03 -
YUV 123.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 129 115 149 0.13 0.23 0 0.42 264.71 0.14 0.52
Hex 81 73 95 D 17 0 2A 109 E 34
Octal 201 163 225 15 27 0 52 411 16 64
Binary 10000001 1110011 10010101 1101 10111 0 101010 100001001 1110 110100

Color Harmonies of #817395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817395

Black with #817395

Text Example


Text Example

White with #817395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817395; }

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

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

background-color css

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

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

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

border-color css

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

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

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