#806895

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

Shades of Topaz #806895

Tints of Topaz #806895

Color information

#806895 (or 0x806895) is unknown color: approx Topaz. HEX triplet: 80, 68 and 95. RGB value is (128,104,149). Sum of RGB (Red+Green+Blue) = 128+104+149=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #806895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806895 is #7F976A. Grayscale: #747474. Windows color (decimal): -8361835 or 9791616. OLE color: 9791616.

HSL color Cylindrical-coordinate representation of color #806895: hue angle of 272º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #806895 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128104149-
CMYK0.140.3000.42
HSL272º17.79%49.61%-
HSV(B)272º30.2%58.43%-
XYZ19.2816.6630.63-
YUV116.31146.45136.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=33.60%
G=27.30%
B=39.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281041490.140.3000.4227217.7949.61
Hex806895E1E02A1101232
Octal20015022516360524202262
Binary10000000110100010010101111011110010101010001000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806895; }

 p { color: rgb(128,104,149); }

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

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

 a { background-color: rgb(128,104,149); }

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

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

 span { border-color: rgb(128,104,149); }

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