#867997

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

Shades of Topaz #867997

Tints of Topaz #867997

Color information

#867997 (or 0x867997) is unknown color: approx Topaz. HEX triplet: 86, 79 and 97. RGB value is (134,121,151). Sum of RGB (Red+Green+Blue) = 134+121+151=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 151 - color contains mainly: blue. Hex color #867997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867997 is #798668. Grayscale: #808080. Windows color (decimal): -7964265 or 9927046. OLE color: 9927046.

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

Color convert

RGB134121151-
CMYK0.110.2000.41
HSL266º12.61%53.33%-
HSV(B)266º19.87%59.22%-
XYZ22.2520.9832.15-
YUV128.31140.81132.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 151 (59.38% from 255) = 37.19%
R=33.00%
G=29.80%
B=37.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341211510.110.2000.4126612.6153.33
Hex867997B1402910ad35
Octal20617122713240514121565
Binary1000011011110011001011110111010001010011000010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867997; }

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

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

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

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

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

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

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

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