#867E93

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

Shades of Topaz #867E93

Tints of Topaz #867E93

Color information

#867E93 (or 0x867E93) is unknown color: approx Topaz. HEX triplet: 86, 7E and 93. RGB value is (134,126,147). Sum of RGB (Red+Green+Blue) = 134+126+147=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 147 - color contains mainly: blue. Hex color #867E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867E93 is #79816C. Grayscale: #828282. Windows color (decimal): -7962989 or 9666182. OLE color: 9666182.

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

Color convert

RGB134126147-
CMYK0.090.1400.42
HSL262.86º8.86%53.53%-
HSV(B)262.86º14.29%57.65%-
XYZ22.5622.130.68-
YUV130.79137.15130.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 126 (49.61% from 255) = 30.96%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=32.92%
G=30.96%
B=36.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341261470.090.1400.42262.868.8653.53
Hex867E939E02A107936
Octal20617622311160524071166
Binary100001101111110100100111001111001010101000001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867E93; }

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

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

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

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

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

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

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

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