Html Css Color HEX #817899 Deluge

📋 copy color: '#817899'

red 129 ◦ green 120 ◦ blue 153

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

Shades of Deluge #817899

Tints of Deluge #817899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.06%

R = 32.09%
G = 29.85%
B = 38.06%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#817899 (or 0x817899) is known color: Deluge. HEX triplet: 81, 78 and 99. RGB value is (129,120,153). Sum of RGB (Red+Green+Blue) = 129+120+153=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #817899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817899 is #7E8766. Grayscale: #7E7E7E. Windows color (decimal): -8292199 or 10057857. OLE color: 10057857.

HSL color Cylindrical-coordinate representation of color #817899: hue angle of 256.36º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #817899 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 120 153 -
CMYK 0.16 0.22 0 0.4
HSL 256.36º 0.14% 0.54% -
HSV(B) 256.36º 0.22% 0.6% -
XYZ 21.52 20.4 32.94 -
YUV 126.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 129 120 153 0.16 0.22 0 0.4 256.36 0.14 0.54
Hex 81 78 99 10 16 0 28 100 E 36
Octal 201 170 231 20 26 0 50 400 16 66
Binary 10000001 1111000 10011001 10000 10110 0 101000 100000000 1110 110110

Color Harmonies of #817899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817899

Black with #817899

Text Example


Text Example

White with #817899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817899; }

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

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

background-color css

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

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

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

border-color css

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

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

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