#817095

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

Shades of Topaz #817095

Tints of Topaz #817095

Color information

#817095 (or 0x817095) is unknown color: approx Topaz. HEX triplet: 81, 70 and 95. RGB value is (129,112,149). Sum of RGB (Red+Green+Blue) = 129+112+149=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 149 - color contains mainly: blue. Hex color #817095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817095 is #7E8F6A. Grayscale: #797979. Windows color (decimal): -8294251 or 9793665. OLE color: 9793665.

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

Color convert

RGB129112149-
CMYK0.130.2500.42
HSL267.57º14.86%51.18%-
HSV(B)267.57º24.83%58.43%-
XYZ20.2718.4330.92-
YUV121.3143.63133.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.08%
GREEN value IS 112 (44.14% from 255) = 28.72%
BLUE value IS 149 (58.59% from 255) = 38.21%
R=33.08%
G=28.72%
B=38.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291121490.130.2500.42267.5714.8651.18
Hex817095D1902A10cf33
Octal20116022515310524141763
Binary1000000111100001001010111011100101010101000011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817095; }

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

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

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

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

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

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

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

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