Html Css Color HEX #817C91 Topaz

📋 copy color: '#817C91'

red 129 ◦ green 124 ◦ blue 145

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

Shades of Topaz #817C91

Tints of Topaz #817C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.43%

R = 32.41%
G = 31.16%
B = 36.43%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#817C91 (or 0x817C91) is known color: Topaz. HEX triplet: 81, 7C and 91. RGB value is (129,124,145). Sum of RGB (Red+Green+Blue) = 129+124+145=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 145 - color contains mainly: blue. Hex color #817C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817C91 is #7E836E. Grayscale: #7F7F7F. Windows color (decimal): -8291183 or 9534593. OLE color: 9534593.

HSL color Cylindrical-coordinate representation of color #817C91: hue angle of 254.29º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #817C91 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 129 124 145 -
CMYK 0.11 0.14 0 0.43
HSL 254.29º 0.09% 0.53% -
HSV(B) 254.29º 0.14% 0.57% -
XYZ 21.37 21.13 29.74 -
YUV 127.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 129 124 145 0.11 0.14 0 0.43 254.29 0.09 0.53
Hex 81 7C 91 B E 0 2B FE 9 35
Octal 201 174 221 13 16 0 53 376 11 65
Binary 10000001 1111100 10010001 1011 1110 0 101011 11111110 1001 110101

Color Harmonies of #817C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817C91

Black with #817C91

Text Example


Text Example

White with #817C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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