Html Css Color HEX #817F9E Deluge

📋 copy color: '#817F9E'

red 129 ◦ green 127 ◦ blue 158

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

Shades of Deluge #817F9E

Tints of Deluge #817F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.16%

R = 31.16%
G = 30.68%
B = 38.16%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#817F9E (or 0x817F9E) is known color: Deluge. HEX triplet: 81, 7F and 9E. RGB value is (129,127,158). Sum of RGB (Red+Green+Blue) = 129+127+158=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #817F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817F9E is #7E8061. Grayscale: #838383. Windows color (decimal): -8290402 or 10387329. OLE color: 10387329.

HSL color Cylindrical-coordinate representation of color #817F9E: hue angle of 243.87º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #817F9E is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 127 158 -
CMYK 0.18 0.20 0 0.38
HSL 243.87º 0.14% 0.56% -
HSV(B) 243.87º 0.2% 0.62% -
XYZ 22.81 22.31 35.45 -
YUV 131.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 129 127 158 0.18 0.20 0 0.38 243.87 0.14 0.56
Hex 81 7F 9E 12 14 0 26 F4 E 38
Octal 201 177 236 22 24 0 46 364 16 70
Binary 10000001 1111111 10011110 10010 10100 0 100110 11110100 1110 111000

Color Harmonies of #817F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817F9E

Black with #817F9E

Text Example


Text Example

White with #817F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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