Html Css Color HEX #817391 Topaz

📋 copy color: '#817391'

red 129 ◦ green 115 ◦ blue 145

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

Shades of Topaz #817391

Tints of Topaz #817391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.56%

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

R = 33.16%
G = 29.56%
B = 37.28%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#817391 (or 0x817391) is known color: Topaz. HEX triplet: 81, 73 and 91. RGB value is (129,115,145). Sum of RGB (Red+Green+Blue) = 129+115+145=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 145 - color contains mainly: blue. Hex color #817391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817391 is #7E8C6E. Grayscale: #7A7A7A. Windows color (decimal): -8293487 or 9532289. OLE color: 9532289.

HSL color Cylindrical-coordinate representation of color #817391: hue angle of 268º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #817391 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 129 115 145 -
CMYK 0.11 0.21 0 0.43
HSL 268º 0.12% 0.51% -
HSV(B) 268º 0.21% 0.57% -
XYZ 20.29 18.97 29.38 -
YUV 122.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 129 115 145 0.11 0.21 0 0.43 268 0.12 0.51
Hex 81 73 91 B 15 0 2B 10C C 33
Octal 201 163 221 13 25 0 53 414 14 63
Binary 10000001 1110011 10010001 1011 10101 0 101011 100001100 1100 110011

Color Harmonies of #817391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817391

Black with #817391

Text Example


Text Example

White with #817391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817391; }

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

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

background-color css

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

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

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

border-color css

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

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

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