#817690

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

Shades of Topaz #817690

Tints of Topaz #817690

Color information

#817690 (or 0x817690) is unknown color: approx Topaz. HEX triplet: 81, 76 and 90. RGB value is (129,118,144). Sum of RGB (Red+Green+Blue) = 129+118+144=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 144 - color contains mainly: blue. Hex color #817690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817690 is #7E896F. Grayscale: #7C7C7C. Windows color (decimal): -8292720 or 9467521. OLE color: 9467521.

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

Color convert

RGB129118144-
CMYK0.100.1800.44
HSL265.38º10.48%51.37%-
HSV(B)265.38º18.06%56.47%-
XYZ20.5719.6429.09-
YUV124.25139.14131.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.99%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 144 (56.64% from 255) = 36.83%
R=32.99%
G=30.18%
B=36.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291181440.100.1800.44265.3810.4851.37
Hex817690A1202C109a33
Octal20116622012220544111263
Binary1000000111101101001000010101001001011001000010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817690; }

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

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

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

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

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

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

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

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