#868094

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

Shades of Topaz #868094

Tints of Topaz #868094

Color information

#868094 (or 0x868094) is unknown color: approx Topaz. HEX triplet: 86, 80 and 94. RGB value is (134,128,148). Sum of RGB (Red+Green+Blue) = 134+128+148=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 148 - color contains mainly: blue. Hex color #868094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868094 is #797F6B. Grayscale: #848484. Windows color (decimal): -7962476 or 9732230. OLE color: 9732230.

HSL color Cylindrical-coordinate representation of color #868094: hue angle of 258º 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 #868094 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134128148-
CMYK0.090.1400.42
HSL258º8.55%54.12%-
HSV(B)258º13.51%58.04%-
XYZ22.922.6431.18-
YUV132.07136.99129.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.68%
GREEN value IS 128 (50.39% from 255) = 31.22%
BLUE value IS 148 (58.20% from 255) = 36.10%
R=32.68%
G=31.22%
B=36.10%

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
Decimal1341281480.090.1400.422588.5554.12
Hex8680949E02A102936
Octal20620022411160524021166
Binary1000011010000000100101001001111001010101000000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868094; }

 p { color: rgb(134,128,148); }

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

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

 a { background-color: rgb(134,128,148); }

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

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

 span { border-color: rgb(134,128,148); }

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