Html Css Color HEX #817A9B Deluge

📋 copy color: '#817A9B'

red 129 ◦ green 122 ◦ blue 155

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

Shades of Deluge #817A9B

Tints of Deluge #817A9B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.05%

 BLUE value IS 155 (60.94% from 255) = 38.18%

R = 31.77%
G = 30.05%
B = 38.18%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#817A9B (or 0x817A9B) is known color: Deluge. HEX triplet: 81, 7A and 9B. RGB value is (129,122,155). Sum of RGB (Red+Green+Blue) = 129+122+155=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #817A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817A9B is #7E8564. Grayscale: #7F7F7F. Windows color (decimal): -8291685 or 10189441. OLE color: 10189441.

HSL color Cylindrical-coordinate representation of color #817A9B: hue angle of 252.73º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #817A9B is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 122 155 -
CMYK 0.17 0.21 0 0.39
HSL 252.73º 0.14% 0.54% -
HSV(B) 252.73º 0.21% 0.61% -
XYZ 21.93 20.95 33.9 -
YUV 127.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 129 122 155 0.17 0.21 0 0.39 252.73 0.14 0.54
Hex 81 7A 9B 11 15 0 27 FD E 36
Octal 201 172 233 21 25 0 47 375 16 66
Binary 10000001 1111010 10011011 10001 10101 0 100111 11111101 1110 110110

Color Harmonies of #817A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817A9B

Black with #817A9B

Text Example


Text Example

White with #817A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,122,155); }

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

background-color css

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

 a { background-color: rgb(129,122,155); }

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

border-color css

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

 span { border-color: rgb(129,122,155); }

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