Html Css Color HEX #817E9E Deluge

📋 copy color: '#817E9E'

red 129 ◦ green 126 ◦ blue 158

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

Shades of Deluge #817E9E

Tints of Deluge #817E9E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.51%

 BLUE value IS 158 (62.11% from 255) = 38.26%

R = 31.23%
G = 30.51%
B = 38.26%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#817E9E (or 0x817E9E) is known color: Deluge. HEX triplet: 81, 7E and 9E. RGB value is (129,126,158). Sum of RGB (Red+Green+Blue) = 129+126+158=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 158 - color contains mainly: blue. Hex color #817E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817E9E is #7E8161. Grayscale: #828282. Windows color (decimal): -8290658 or 10387073. OLE color: 10387073.

HSL color Cylindrical-coordinate representation of color #817E9E: hue angle of 245.62º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #817E9E is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 126 158 -
CMYK 0.18 0.20 0 0.38
HSL 245.63º 0.14% 0.56% -
HSV(B) 245.63º 0.2% 0.62% -
XYZ 22.69 22.06 35.41 -
YUV 130.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 129 126 158 0.18 0.20 0 0.38 245.63 0.14 0.56
Hex 81 7E 9E 12 14 0 26 F6 E 38
Octal 201 176 236 22 24 0 46 366 16 70
Binary 10000001 1111110 10011110 10010 10100 0 100110 11110110 1110 111000

Color Harmonies of #817E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817E9E

Black with #817E9E

Text Example


Text Example

White with #817E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817E9E; }

 p { color: rgb(129,126,158); }

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

background-color css

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

 a { background-color: rgb(129,126,158); }

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

border-color css

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

 span { border-color: rgb(129,126,158); }

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