Html Css Color HEX #817C9C Deluge

📋 copy color: '#817C9C'

red 129 ◦ green 124 ◦ blue 156

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

Shades of Deluge #817C9C

Tints of Deluge #817C9C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.32%

 BLUE value IS 156 (61.33% from 255) = 38.14%

R = 31.54%
G = 30.32%
B = 38.14%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#817C9C (or 0x817C9C) is known color: Deluge. HEX triplet: 81, 7C and 9C. RGB value is (129,124,156). Sum of RGB (Red+Green+Blue) = 129+124+156=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #817C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817C9C is #7E8363. Grayscale: #818181. Windows color (decimal): -8291172 or 10255489. OLE color: 10255489.

HSL color Cylindrical-coordinate representation of color #817C9C: hue angle of 249.38º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #817C9C is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 124 156 -
CMYK 0.17 0.21 0 0.39
HSL 249.38º 0.14% 0.55% -
HSV(B) 249.38º 0.21% 0.61% -
XYZ 22.26 21.48 34.43 -
YUV 129.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 129 124 156 0.17 0.21 0 0.39 249.38 0.14 0.55
Hex 81 7C 9C 11 15 0 27 F9 E 37
Octal 201 174 234 21 25 0 47 371 16 67
Binary 10000001 1111100 10011100 10001 10101 0 100111 11111001 1110 110111

Color Harmonies of #817C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817C9C

Black with #817C9C

Text Example


Text Example

White with #817C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,124,156); }

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

background-color css

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

 a { background-color: rgb(129,124,156); }

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

border-color css

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

 span { border-color: rgb(129,124,156); }

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