Html Css Color HEX #8D8895 Topaz

📋 copy color: '#8D8895'

red 141 ◦ green 136 ◦ blue 149

#8D8895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Topaz #8D8895

Tints of Topaz #8D8895

RGB

 RED value IS 141 (55.47% from 255) = 33.1%

 GREEN value IS 136 (53.52% from 255) = 31.92%

 BLUE value IS 149 (58.59% from 255) = 34.98%

R = 33.1%
G = 31.92%
B = 34.98%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8D8895 (or 0x8D8895) is known color: Topaz. HEX triplet: 8D, 88 and 95. RGB value is (141,136,149). Sum of RGB (Red+Green+Blue) = 141+136+149=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D8895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8895 is #72776A. Grayscale: #8A8A8A. Windows color (decimal): -7501675 or 9799821. OLE color: 9799821.

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

Color convert

RGB 141 136 149 -
CMYK 0.05 0.09 0 0.42
HSL 263.08º 0.06% 0.56% -
HSV(B) 263.08º 0.09% 0.58% -
XYZ 25.21 25.44 32.02 -
YUV 138.98 133.66 129.44 -
System Red Green Blue C M Y K H S L
Decimal 141 136 149 0.05 0.09 0 0.42 263.08 0.06 0.56
Hex 8D 88 95 5 9 0 2A 107 6 38
Octal 215 210 225 5 11 0 52 407 6 70
Binary 10001101 10001000 10010101 101 1001 0 101010 100000111 110 111000

Color Harmonies of #8D8895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8895

Black with #8D8895

Text Example


Text Example

White with #8D8895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,136,149); }

 H1.HeaderClassName
 {
   color: #8D8895;
 }
 .AnyTagClassName
 {
   color: #8D8895;
 }
</style>

background-color css

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

 a { background-color: rgb(141,136,149); }

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

border-color css

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

 span { border-color: rgb(141,136,149); }

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