Html Css Color HEX #817291 Topaz

📋 copy color: '#817291'

red 129 ◦ green 114 ◦ blue 145

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

Shades of Topaz #817291

Tints of Topaz #817291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.38%

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

R = 33.25%
G = 29.38%
B = 37.37%

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

#817291 (or 0x817291) is known color: Topaz. HEX triplet: 81, 72 and 91. RGB value is (129,114,145). Sum of RGB (Red+Green+Blue) = 129+114+145=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 145 - color contains mainly: blue. Hex color #817291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817291 is #7E8D6E. Grayscale: #797979. Windows color (decimal): -8293743 or 9532033. OLE color: 9532033.

HSL color Cylindrical-coordinate representation of color #817291: hue angle of 269.03º 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 #817291 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 129 114 145 -
CMYK 0.11 0.21 0 0.43
HSL 269.03º 0.12% 0.51% -
HSV(B) 269.03º 0.21% 0.57% -
XYZ 20.18 18.75 29.34 -
YUV 122.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 129 114 145 0.11 0.21 0 0.43 269.03 0.12 0.51
Hex 81 72 91 B 15 0 2B 10D C 33
Octal 201 162 221 13 25 0 53 415 14 63
Binary 10000001 1110010 10010001 1011 10101 0 101011 100001101 1100 110011

Color Harmonies of #817291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817291

Black with #817291

Text Example


Text Example

White with #817291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817291; }

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

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

background-color css

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

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

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

border-color css

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

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

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