Html Css Color HEX #95889C Amethyst Smoke

📋 copy color: '#95889C'

red 149 ◦ green 136 ◦ blue 156

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

Shades of Amethyst Smoke #95889C

Tints of Amethyst Smoke #95889C

RGB

 RED value IS 149 (58.59% from 255) = 33.79%

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

 BLUE value IS 156 (61.33% from 255) = 35.37%

R = 33.79%
G = 30.84%
B = 35.37%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95889C (or 0x95889C) is known color: Amethyst Smoke. HEX triplet: 95, 88 and 9C. RGB value is (149,136,156). Sum of RGB (Red+Green+Blue) = 149+136+156=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 156 - color contains mainly: blue. Hex color #95889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95889C is #6A7763. Grayscale: #8E8E8E. Windows color (decimal): -6977380 or 10258581. OLE color: 10258581.

HSL color Cylindrical-coordinate representation of color #95889C: hue angle of 279º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95889C is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 136 156 -
CMYK 0.04 0.13 0 0.39
HSL 279º 0.09% 0.57% -
HSV(B) 279º 0.13% 0.61% -
XYZ 27.2 26.4 35.11 -
YUV 142.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 149 136 156 0.04 0.13 0 0.39 279 0.09 0.57
Hex 95 88 9C 4 D 0 27 117 9 39
Octal 225 210 234 4 15 0 47 427 11 71
Binary 10010101 10001000 10011100 100 1101 0 100111 100010111 1001 111001

Color Harmonies of #95889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95889C

Black with #95889C

Text Example


Text Example

White with #95889C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95889C; }

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

 H1.HeaderClassName
 {
   color: #95889C;
 }
 .AnyTagClassName
 {
   color: #95889C;
 }
</style>

background-color css

<style>
 a { background-color: #95889C; }

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

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

border-color css

<style>
 span { border-color: #95889C; }

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

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