#817291

Color #817291 Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #817291

Tints of Topaz #817291

Color information

#817291 (or 0x817291) is unknown color: approx 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

RGB129114145-
CMYK0.110.2100.43
HSL269.03º12.35%50.78%-
HSV(B)269.03º21.38%56.86%-
XYZ20.1818.7529.34-
YUV122.02140.97132.98-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291141450.110.2100.43269.0312.3550.78
Hex817291B1502B10dc33
Octal20116222113250534151463
Binary1000000111100101001000110111010101010111000011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>