#817092

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

Shades of Topaz #817092

Tints of Topaz #817092

Color information

#817092 (or 0x817092) is unknown color: approx Topaz. HEX triplet: 81, 70 and 92. RGB value is (129,112,146). Sum of RGB (Red+Green+Blue) = 129+112+146=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #817092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817092 is #7E8F6D. Grayscale: #787878. Windows color (decimal): -8294254 or 9597057. OLE color: 9597057.

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

Color convert

RGB129112146-
CMYK0.120.2300.43
HSL270º13.49%50.59%-
HSV(B)270º23.29%57.25%-
XYZ20.0418.3329.68-
YUV120.96142.13133.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.33%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=33.33%
G=28.94%
B=37.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291121460.120.2300.4327013.4950.59
Hex817092C1702B10ed33
Octal20116022214270534161563
Binary1000000111100001001001011001011101010111000011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817092; }

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

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

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

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

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

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

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

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