Html Css Color HEX #8A8395 Topaz

📋 copy color: '#8A8395'

red 138 ◦ green 131 ◦ blue 149

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

Shades of Topaz #8A8395

Tints of Topaz #8A8395

RGB

 RED value IS 138 (54.3% from 255) = 33.01%

 GREEN value IS 131 (51.56% from 255) = 31.34%

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

R = 33.01%
G = 31.34%
B = 35.65%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8A8395 (or 0x8A8395) is known color: Topaz. HEX triplet: 8A, 83 and 95. RGB value is (138,131,149). Sum of RGB (Red+Green+Blue) = 138+131+149=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A8395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8395 is #757C6A. Grayscale: #878787. Windows color (decimal): -7699563 or 9798538. OLE color: 9798538.

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

Color convert

RGB 138 131 149 -
CMYK 0.07 0.12 0 0.42
HSL 263.33º 0.08% 0.55% -
HSV(B) 263.33º 0.12% 0.58% -
XYZ 24.02 23.81 31.76 -
YUV 135.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 138 131 149 0.07 0.12 0 0.42 263.33 0.08 0.55
Hex 8A 83 95 7 C 0 2A 107 8 37
Octal 212 203 225 7 14 0 52 407 10 67
Binary 10001010 10000011 10010101 111 1100 0 101010 100000111 1000 110111

Color Harmonies of #8A8395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8395

Black with #8A8395

Text Example


Text Example

White with #8A8395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,131,149); }

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

background-color css

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

 a { background-color: rgb(138,131,149); }

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

border-color css

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

 span { border-color: rgb(138,131,149); }

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