Html Css Color HEX #9C8EA5 Amethyst Smoke

📋 copy color: '#9C8EA5'

red 156 ◦ green 142 ◦ blue 165

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

Shades of Amethyst Smoke #9C8EA5

Tints of Amethyst Smoke #9C8EA5

RGB

 RED value IS 156 (61.33% from 255) = 33.69%

 GREEN value IS 142 (55.86% from 255) = 30.67%

 BLUE value IS 165 (64.84% from 255) = 35.64%

R = 33.69%
G = 30.67%
B = 35.64%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9C8EA5 (or 0x9C8EA5) is known color: Amethyst Smoke. HEX triplet: 9C, 8E and A5. RGB value is (156,142,165). Sum of RGB (Red+Green+Blue) = 156+142+165=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 165 - color contains mainly: blue. Hex color #9C8EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8EA5 is #63715A. Grayscale: #949494. Windows color (decimal): -6517083 or 10849948. OLE color: 10849948.

HSL color Cylindrical-coordinate representation of color #9C8EA5: hue angle of 276.52º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9C8EA5 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 142 165 -
CMYK 0.05 0.14 0 0.35
HSL 276.52º 0.11% 0.6% -
HSV(B) 276.52º 0.14% 0.65% -
XYZ 30.17 29.13 39.63 -
YUV 148.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 156 142 165 0.05 0.14 0 0.35 276.52 0.11 0.6
Hex 9C 8E A5 5 E 0 23 115 B 3C
Octal 234 216 245 5 16 0 43 425 13 74
Binary 10011100 10001110 10100101 101 1110 0 100011 100010101 1011 111100

Color Harmonies of #9C8EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8EA5

Black with #9C8EA5

Text Example


Text Example

White with #9C8EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C8EA5; }

 p { color: rgb(156,142,165); }

 H1.HeaderClassName
 {
   color: #9C8EA5;
 }
 .AnyTagClassName
 {
   color: #9C8EA5;
 }
</style>

background-color css

<style>
 a { background-color: #9C8EA5; }

 a { background-color: rgb(156,142,165); }

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

border-color css

<style>
 span { border-color: #9C8EA5; }

 span { border-color: rgb(156,142,165); }

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