#867995

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

Shades of Topaz #867995

Tints of Topaz #867995

Color information

#867995 (or 0x867995) is unknown color: approx Topaz. HEX triplet: 86, 79 and 95. RGB value is (134,121,149). Sum of RGB (Red+Green+Blue) = 134+121+149=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 149 - color contains mainly: blue. Hex color #867995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867995 is #79866A. Grayscale: #7F7F7F. Windows color (decimal): -7964267 or 9795974. OLE color: 9795974.

HSL color Cylindrical-coordinate representation of color #867995: hue angle of 267.86º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #867995 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134121149-
CMYK0.100.1900.42
HSL267.86º11.67%52.94%-
HSV(B)267.86º18.79%58.43%-
XYZ22.0920.9131.31-
YUV128.08139.81132.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.17%
GREEN value IS 121 (47.66% from 255) = 29.95%
BLUE value IS 149 (58.59% from 255) = 36.88%
R=33.17%
G=29.95%
B=36.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341211490.100.1900.42267.8611.6752.94
Hex867995A1302A10cc35
Octal20617122512230524141465
Binary1000011011110011001010110101001101010101000011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867995; }

 p { color: rgb(134,121,149); }

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

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

 a { background-color: rgb(134,121,149); }

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

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

 span { border-color: rgb(134,121,149); }

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