#817190

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

Shades of Topaz #817190

Tints of Topaz #817190

Color information

#817190 (or 0x817190) is unknown color: approx Topaz. HEX triplet: 81, 71 and 90. RGB value is (129,113,144). Sum of RGB (Red+Green+Blue) = 129+113+144=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #817190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817190 is #7E8E6F. Grayscale: #797979. Windows color (decimal): -8294000 or 9466241. OLE color: 9466241.

HSL color Cylindrical-coordinate representation of color #817190: hue angle of 270.97º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #817190 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB129113144-
CMYK0.100.2200.44
HSL270.97º12.25%50.39%-
HSV(B)270.97º21.53%56.47%-
XYZ19.9918.4928.9-
YUV121.32140.8133.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.42%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 144 (56.64% from 255) = 37.31%
R=33.42%
G=29.27%
B=37.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291131440.100.2200.44270.9712.2550.39
Hex817190A1602C10fc32
Octal20116122012260544171462
Binary1000000111100011001000010101011001011001000011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817190; }

 p { color: rgb(129,113,144); }

 H1.HeaderClassName
 {
   color: #817190;
 }
 .AnyTagClassName
 {
   color: #817190;
 }
</style>
background-color css

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

 a { background-color: rgb(129,113,144); }

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

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

 span { border-color: rgb(129,113,144); }

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