Html Css Color HEX #817F99 Deluge

📋 copy color: '#817F99'

red 129 ◦ green 127 ◦ blue 153

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

Shades of Deluge #817F99

Tints of Deluge #817F99

RGB

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

 GREEN value IS 127 (50% from 255) = 31.05%

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

R = 31.54%
G = 31.05%
B = 37.41%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#817F99 (or 0x817F99) is known color: Deluge. HEX triplet: 81, 7F and 99. RGB value is (129,127,153). Sum of RGB (Red+Green+Blue) = 129+127+153=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 153 - color contains mainly: blue. Hex color #817F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817F99 is #7E8066. Grayscale: #828282. Windows color (decimal): -8290407 or 10059649. OLE color: 10059649.

HSL color Cylindrical-coordinate representation of color #817F99: hue angle of 244.62º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #817F99 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 127 153 -
CMYK 0.16 0.17 0 0.4
HSL 244.62º 0.11% 0.55% -
HSV(B) 244.62º 0.17% 0.6% -
XYZ 22.39 22.15 33.23 -
YUV 130.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 129 127 153 0.16 0.17 0 0.4 244.62 0.11 0.55
Hex 81 7F 99 10 11 0 28 F5 B 37
Octal 201 177 231 20 21 0 50 365 13 67
Binary 10000001 1111111 10011001 10000 10001 0 101000 11110101 1011 110111

Color Harmonies of #817F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817F99

Black with #817F99

Text Example


Text Example

White with #817F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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