Html Css Color HEX #8A858B Amethyst Smoke

📋 copy color: '#8A858B'

red 138 ◦ green 133 ◦ blue 139

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

Shades of Amethyst Smoke #8A858B

Tints of Amethyst Smoke #8A858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.44%

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 33.66%
G = 32.44%
B = 33.9%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8A858B (or 0x8A858B) is known color: Amethyst Smoke. HEX triplet: 8A, 85 and 8B. RGB value is (138,133,139). Sum of RGB (Red+Green+Blue) = 138+133+139=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A858B is #757A74. Grayscale: #878787. Windows color (decimal): -7699061 or 9143690. OLE color: 9143690.

HSL color Cylindrical-coordinate representation of color #8A858B: hue angle of 290º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8A858B is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 138 133 139 -
CMYK 0.01 0.04 0 0.45
HSL 290º 0.03% 0.53% -
HSV(B) 290º 0.04% 0.55% -
XYZ 23.53 24.04 27.83 -
YUV 135.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 138 133 139 0.01 0.04 0 0.45 290 0.03 0.53
Hex 8A 85 8B 1 4 0 2D 122 3 35
Octal 212 205 213 1 4 0 55 442 3 65
Binary 10001010 10000101 10001011 1 100 0 101101 100100010 11 110101

Color Harmonies of #8A858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A858B

Black with #8A858B

Text Example


Text Example

White with #8A858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,133,139); }

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

background-color css

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

 a { background-color: rgb(138,133,139); }

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

border-color css

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

 span { border-color: rgb(138,133,139); }

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