#8C8693

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

Shades of Topaz #8C8693

Tints of Topaz #8C8693

Color information

#8C8693 (or 0x8C8693) is unknown color: approx Topaz. HEX triplet: 8C, 86 and 93. RGB value is (140,134,147). Sum of RGB (Red+Green+Blue) = 140+134+147=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C8693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8693 is #73796C. Grayscale: #898989. Windows color (decimal): -7567725 or 9668236. OLE color: 9668236.

HSL color Cylindrical-coordinate representation of color #8C8693: hue angle of 267.69º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C8693 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB140134147-
CMYK0.050.0900.42
HSL267.69º5.68%55.1%-
HSV(B)267.69º8.84%57.65%-
XYZ24.6124.7331.08-
YUV137.28133.49129.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.25%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=33.25%
G=31.83%
B=34.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401341470.050.0900.42267.695.6855.1
Hex8C86935902A10c637
Octal214206223511052414667
Binary10001100100001101001001110110010101010100001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C8693; }

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

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

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

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

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

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

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

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