#8D8698

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

Shades of Topaz #8D8698

Tints of Topaz #8D8698

Color information

#8D8698 (or 0x8D8698) is unknown color: approx Topaz. HEX triplet: 8D, 86 and 98. RGB value is (141,134,152). Sum of RGB (Red+Green+Blue) = 141+134+152=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D8698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8698 is #727967. Grayscale: #8A8A8A. Windows color (decimal): -7502184 or 9995917. OLE color: 9995917.

HSL color Cylindrical-coordinate representation of color #8D8698: hue angle of 263.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8D8698 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB141134152-
CMYK0.070.1200.40
HSL263.33º8.04%56.08%-
HSV(B)263.33º11.84%59.61%-
XYZ25.1824.9833.2-
YUV138.15135.82130.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.02%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 152 (59.77% from 255) = 35.60%
R=33.02%
G=31.38%
B=35.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1411341520.070.1200.40263.338.0456.08
Hex8D86987C028107838
Octal2152062307140504071070
Binary100011011000011010011000111110001010001000001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,134,152); }

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

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

 a { background-color: rgb(141,134,152); }

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

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

 span { border-color: rgb(141,134,152); }

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