#806B90

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

Shades of Topaz #806B90

Tints of Topaz #806B90

Color information

#806B90 (or 0x806B90) is unknown color: approx Topaz. HEX triplet: 80, 6B and 90. RGB value is (128,107,144). Sum of RGB (Red+Green+Blue) = 128+107+144=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #806B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806B90 is #7F946F. Grayscale: #757575. Windows color (decimal): -8361072 or 9464704. OLE color: 9464704.

HSL color Cylindrical-coordinate representation of color #806B90: hue angle of 274.05º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #806B90 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB128107144-
CMYK0.110.2600.44
HSL274.05º14.74%49.22%-
HSV(B)274.05º25.69%56.47%-
XYZ19.1917.1228.68-
YUV117.5142.96135.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 107 (42.19% from 255) = 28.23%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=33.77%
G=28.23%
B=37.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281071440.110.2600.44274.0514.7449.22
Hex806B90B1A02C112f31
Octal20015322013320544221761
Binary1000000011010111001000010111101001011001000100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806B90; }

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

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

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

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

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

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

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

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