#868093

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

Shades of Topaz #868093

Tints of Topaz #868093

Color information

#868093 (or 0x868093) is unknown color: approx Topaz. HEX triplet: 86, 80 and 93. RGB value is (134,128,147). Sum of RGB (Red+Green+Blue) = 134+128+147=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #868093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868093 is #797F6C. Grayscale: #838383. Windows color (decimal): -7962477 or 9666694. OLE color: 9666694.

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

Color convert

RGB134128147-
CMYK0.090.1300.42
HSL258.95º8.09%53.92%-
HSV(B)258.95º12.93%57.65%-
XYZ22.8222.6130.77-
YUV131.96136.49129.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 147 (57.81% from 255) = 35.94%
R=32.76%
G=31.30%
B=35.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341281470.090.1300.42258.958.0953.92
Hex8680939D02A103836
Octal20620022311150524031066
Binary1000011010000000100100111001110101010101000000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868093; }

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

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

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

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

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

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

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

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