Html Css Color HEX #817C96 Deluge

📋 copy color: '#817C96'

red 129 ◦ green 124 ◦ blue 150

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

Shades of Deluge #817C96

Tints of Deluge #817C96

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.77%

 BLUE value IS 150 (58.98% from 255) = 37.22%

R = 32.01%
G = 30.77%
B = 37.22%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#817C96 (or 0x817C96) is known color: Deluge. HEX triplet: 81, 7C and 96. RGB value is (129,124,150). Sum of RGB (Red+Green+Blue) = 129+124+150=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 150 - color contains mainly: blue. Hex color #817C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817C96 is #7E8369. Grayscale: #808080. Windows color (decimal): -8291178 or 9862273. OLE color: 9862273.

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

Color convert

RGB 129 124 150 -
CMYK 0.14 0.17 0 0.41
HSL 251.54º 0.11% 0.54% -
HSV(B) 251.54º 0.17% 0.59% -
XYZ 21.77 21.28 31.82 -
YUV 128.46 140.16 128.39 -
System Red Green Blue C M Y K H S L
Decimal 129 124 150 0.14 0.17 0 0.41 251.54 0.11 0.54
Hex 81 7C 96 E 11 0 29 FC B 36
Octal 201 174 226 16 21 0 51 374 13 66
Binary 10000001 1111100 10010110 1110 10001 0 101001 11111100 1011 110110

Color Harmonies of #817C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817C96

Black with #817C96

Text Example


Text Example

White with #817C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,124,150); }

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

background-color css

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

 a { background-color: rgb(129,124,150); }

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

border-color css

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

 span { border-color: rgb(129,124,150); }

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