Html Css Color HEX #8A7E8B Amethyst Smoke

📋 copy color: '#8A7E8B'

red 138 ◦ green 126 ◦ blue 139

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

Shades of Amethyst Smoke #8A7E8B

Tints of Amethyst Smoke #8A7E8B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.27%

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

R = 34.24%
G = 31.27%
B = 34.49%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8A7E8B (or 0x8A7E8B) is known color: Amethyst Smoke. HEX triplet: 8A, 7E and 8B. RGB value is (138,126,139). Sum of RGB (Red+Green+Blue) = 138+126+139=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A7E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7E8B is #758174. Grayscale: #838383. Windows color (decimal): -7700853 or 9141898. OLE color: 9141898.

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

Color convert

RGB 138 126 139 -
CMYK 0.01 0.09 0 0.45
HSL 295.38º 0.05% 0.52% -
HSV(B) 295.38º 0.09% 0.55% -
XYZ 22.6 22.19 27.52 -
YUV 131.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 138 126 139 0.01 0.09 0 0.45 295.38 0.05 0.52
Hex 8A 7E 8B 1 9 0 2D 127 5 34
Octal 212 176 213 1 11 0 55 447 5 64
Binary 10001010 1111110 10001011 1 1001 0 101101 100100111 101 110100

Color Harmonies of #8A7E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7E8B

Black with #8A7E8B

Text Example


Text Example

White with #8A7E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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