Html Css Color HEX #817E9F Deluge

📋 copy color: '#817E9F'

red 129 ◦ green 126 ◦ blue 159

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

Shades of Deluge #817E9F

Tints of Deluge #817E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.41%

R = 31.16%
G = 30.43%
B = 38.41%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#817E9F (or 0x817E9F) is known color: Deluge. HEX triplet: 81, 7E and 9F. RGB value is (129,126,159). Sum of RGB (Red+Green+Blue) = 129+126+159=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #817E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817E9F is #7E8160. Grayscale: #828282. Windows color (decimal): -8290657 or 10452609. OLE color: 10452609.

HSL color Cylindrical-coordinate representation of color #817E9F: hue angle of 245.45º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #817E9F is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 126 159 -
CMYK 0.19 0.21 0 0.38
HSL 245.45º 0.15% 0.56% -
HSV(B) 245.45º 0.21% 0.62% -
XYZ 22.77 22.09 35.86 -
YUV 130.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 129 126 159 0.19 0.21 0 0.38 245.45 0.15 0.56
Hex 81 7E 9F 13 15 0 26 F5 F 38
Octal 201 176 237 23 25 0 46 365 17 70
Binary 10000001 1111110 10011111 10011 10101 0 100110 11110101 1111 111000

Color Harmonies of #817E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817E9F

Black with #817E9F

Text Example


Text Example

White with #817E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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