Html Css Color HEX #817E9D Deluge

📋 copy color: '#817E9D'

red 129 ◦ green 126 ◦ blue 157

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

Shades of Deluge #817E9D

Tints of Deluge #817E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.11%

R = 31.31%
G = 30.58%
B = 38.11%

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

#817E9D (or 0x817E9D) is known color: Deluge. HEX triplet: 81, 7E and 9D. RGB value is (129,126,157). Sum of RGB (Red+Green+Blue) = 129+126+157=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #817E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817E9D is #7E8162. Grayscale: #828282. Windows color (decimal): -8290659 or 10321537. OLE color: 10321537.

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

Color convert

RGB 129 126 157 -
CMYK 0.18 0.20 0 0.38
HSL 245.81º 0.14% 0.55% -
HSV(B) 245.81º 0.2% 0.62% -
XYZ 22.6 22.02 34.96 -
YUV 130.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 129 126 157 0.18 0.20 0 0.38 245.81 0.14 0.55
Hex 81 7E 9D 12 14 0 26 F6 E 37
Octal 201 176 235 22 24 0 46 366 16 67
Binary 10000001 1111110 10011101 10010 10100 0 100110 11110110 1110 110111

Color Harmonies of #817E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817E9D

Black with #817E9D

Text Example


Text Example

White with #817E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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