#817090

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

Shades of Topaz #817090

Tints of Topaz #817090

Color information

#817090 (or 0x817090) is unknown color: approx Topaz. HEX triplet: 81, 70 and 90. RGB value is (129,112,144). Sum of RGB (Red+Green+Blue) = 129+112+144=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #817090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817090 is #7E8F6F. Grayscale: #787878. Windows color (decimal): -8294256 or 9465985. OLE color: 9465985.

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

Color convert

RGB129112144-
CMYK0.100.2200.44
HSL271.88º12.6%50.2%-
HSV(B)271.88º22.22%56.47%-
XYZ19.8818.2728.86-
YUV120.73141.13133.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.51%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=33.51%
G=29.09%
B=37.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291121440.100.2200.44271.8812.650.2
Hex817090A1602C110d32
Octal20116022012260544201562
Binary1000000111100001001000010101011001011001000100001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817090; }

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

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

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

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

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

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

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

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