#867897

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

Shades of Topaz #867897

Tints of Topaz #867897

Color information

#867897 (or 0x867897) is unknown color: approx Topaz. HEX triplet: 86, 78 and 97. RGB value is (134,120,151). Sum of RGB (Red+Green+Blue) = 134+120+151=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 151 - color contains mainly: blue. Hex color #867897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867897 is #798768. Grayscale: #7F7F7F. Windows color (decimal): -7964521 or 9926790. OLE color: 9926790.

HSL color Cylindrical-coordinate representation of color #867897: hue angle of 267.1º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #867897 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB134120151-
CMYK0.110.2100.41
HSL267.1º12.97%53.14%-
HSV(B)267.1º20.53%59.22%-
XYZ22.1320.7432.11-
YUV127.72141.14132.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 120 (47.27% from 255) = 29.63%
BLUE value IS 151 (59.38% from 255) = 37.28%
R=33.09%
G=29.63%
B=37.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341201510.110.2100.41267.112.9753.14
Hex867897B1502910bd35
Octal20617022713250514131565
Binary1000011011110001001011110111010101010011000010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867897; }

 p { color: rgb(134,120,151); }

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

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

 a { background-color: rgb(134,120,151); }

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

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

 span { border-color: rgb(134,120,151); }

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