#817492

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

Shades of Topaz #817492

Tints of Topaz #817492

Color information

#817492 (or 0x817492) is unknown color: approx Topaz. HEX triplet: 81, 74 and 92. RGB value is (129,116,146). Sum of RGB (Red+Green+Blue) = 129+116+146=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #817492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817492 is #7E8B6D. Grayscale: #7B7B7B. Windows color (decimal): -8293230 or 9598081. OLE color: 9598081.

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

Color convert

RGB129116146-
CMYK0.120.2100.43
HSL266º12.1%51.37%-
HSV(B)266º20.55%57.25%-
XYZ20.4919.2329.83-
YUV123.31140.81132.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.99%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 146 (57.42% from 255) = 37.34%
R=32.99%
G=29.67%
B=37.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291161460.120.2100.4326612.151.37
Hex817492C1502B10ac33
Octal20116422214250534121463
Binary1000000111101001001001011001010101010111000010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817492; }

 p { color: rgb(129,116,146); }

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

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

 a { background-color: rgb(129,116,146); }

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

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

 span { border-color: rgb(129,116,146); }

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