#867893

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

Shades of Topaz #867893

Tints of Topaz #867893

Color information

#867893 (or 0x867893) is unknown color: approx Topaz. HEX triplet: 86, 78 and 93. RGB value is (134,120,147). Sum of RGB (Red+Green+Blue) = 134+120+147=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 147 - color contains mainly: blue. Hex color #867893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867893 is #79876C. Grayscale: #7F7F7F. Windows color (decimal): -7964525 or 9664646. OLE color: 9664646.

HSL color Cylindrical-coordinate representation of color #867893: hue angle of 271.11º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #867893 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134120147-
CMYK0.090.1800.42
HSL271.11º11.11%52.35%-
HSV(B)271.11º18.37%57.65%-
XYZ21.8120.6130.43-
YUV127.26139.14132.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.42%
GREEN value IS 120 (47.27% from 255) = 29.93%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=33.42%
G=29.93%
B=36.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341201470.090.1800.42271.1111.1152.35
Hex86789391202A10fb34
Octal20617022311220524171364
Binary1000011011110001001001110011001001010101000011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867893; }

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

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

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

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

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

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

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

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