#817393

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

Shades of Topaz #817393

Tints of Topaz #817393

Color information

#817393 (or 0x817393) is unknown color: approx Topaz. HEX triplet: 81, 73 and 93. RGB value is (129,115,147). Sum of RGB (Red+Green+Blue) = 129+115+147=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #817393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817393 is #7E8C6C. Grayscale: #7A7A7A. Windows color (decimal): -8293485 or 9663361. OLE color: 9663361.

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

Color convert

RGB129115147-
CMYK0.120.2200.42
HSL266.25º12.9%51.37%-
HSV(B)266.25º21.77%57.65%-
XYZ20.4519.0430.2-
YUV122.83141.64132.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.99%
GREEN value IS 115 (45.31% from 255) = 29.41%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=32.99%
G=29.41%
B=37.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291151470.120.2200.42266.2512.951.37
Hex817393C1602A10ad33
Octal20116322314260524121563
Binary1000000111100111001001111001011001010101000010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817393; }

 p { color: rgb(129,115,147); }

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

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

 a { background-color: rgb(129,115,147); }

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

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

 span { border-color: rgb(129,115,147); }

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