Html Css Color HEX #817897 Deluge

📋 copy color: '#817897'

red 129 ◦ green 120 ◦ blue 151

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

Shades of Deluge #817897

Tints of Deluge #817897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.75%

R = 32.25%
G = 30%
B = 37.75%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#817897 (or 0x817897) is known color: Deluge. HEX triplet: 81, 78 and 97. RGB value is (129,120,151). Sum of RGB (Red+Green+Blue) = 129+120+151=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 151 - color contains mainly: blue. Hex color #817897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817897 is #7E8768. Grayscale: #7E7E7E. Windows color (decimal): -8292201 or 9926785. OLE color: 9926785.

HSL color Cylindrical-coordinate representation of color #817897: hue angle of 257.42º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #817897 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 120 151 -
CMYK 0.15 0.21 0 0.41
HSL 257.42º 0.13% 0.53% -
HSV(B) 257.42º 0.21% 0.59% -
XYZ 21.36 20.33 32.08 -
YUV 126.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 129 120 151 0.15 0.21 0 0.41 257.42 0.13 0.53
Hex 81 78 97 F 15 0 29 101 D 35
Octal 201 170 227 17 25 0 51 401 15 65
Binary 10000001 1111000 10010111 1111 10101 0 101001 100000001 1101 110101

Color Harmonies of #817897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817897

Black with #817897

Text Example


Text Example

White with #817897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817897; }

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

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

background-color css

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

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

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

border-color css

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

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

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