Html Css Color HEX #817896 Deluge

📋 copy color: '#817896'

red 129 ◦ green 120 ◦ blue 150

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

Shades of Deluge #817896

Tints of Deluge #817896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.08%

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

R = 32.33%
G = 30.08%
B = 37.59%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#817896 (or 0x817896) is known color: Deluge. HEX triplet: 81, 78 and 96. RGB value is (129,120,150). Sum of RGB (Red+Green+Blue) = 129+120+150=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 150 - color contains mainly: blue. Hex color #817896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817896 is #7E8769. Grayscale: #7E7E7E. Windows color (decimal): -8292202 or 9861249. OLE color: 9861249.

HSL color Cylindrical-coordinate representation of color #817896: hue angle of 258º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #817896 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 120 150 -
CMYK 0.14 0.20 0 0.41
HSL 258º 0.13% 0.53% -
HSV(B) 258º 0.2% 0.59% -
XYZ 21.27 20.3 31.65 -
YUV 126.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 129 120 150 0.14 0.20 0 0.41 258 0.13 0.53
Hex 81 78 96 E 14 0 29 102 C 35
Octal 201 170 226 16 24 0 51 402 14 65
Binary 10000001 1111000 10010110 1110 10100 0 101001 100000010 1100 110101

Color Harmonies of #817896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817896

Black with #817896

Text Example


Text Example

White with #817896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817896; }

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

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

background-color css

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

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

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

border-color css

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

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

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