#807990

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

Shades of Topaz #807990

Tints of Topaz #807990

Color information

#807990 (or 0x807990) is unknown color: approx Topaz. HEX triplet: 80, 79 and 90. RGB value is (128,121,144). Sum of RGB (Red+Green+Blue) = 128+121+144=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 144 - color contains mainly: blue. Hex color #807990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807990 is #7F866F. Grayscale: #7D7D7D. Windows color (decimal): -8357488 or 9468288. OLE color: 9468288.

HSL color Cylindrical-coordinate representation of color #807990: hue angle of 258.26º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #807990 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB128121144-
CMYK0.110.1600.44
HSL258.26º9.39%51.96%-
HSV(B)258.26º15.97%56.47%-
XYZ20.7720.2829.2-
YUV125.72138.32129.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.57%
GREEN value IS 121 (47.66% from 255) = 30.79%
BLUE value IS 144 (56.64% from 255) = 36.64%
R=32.57%
G=30.79%
B=36.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281211440.110.1600.44258.269.3951.96
Hex807990B1002C102934
Octal20017122013200544021164
Binary1000000011110011001000010111000001011001000000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807990; }

 p { color: rgb(128,121,144); }

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

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

 a { background-color: rgb(128,121,144); }

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

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

 span { border-color: rgb(128,121,144); }

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