Html Css Color HEX #95779C Amethyst Smoke

📋 copy color: '#95779C'

red 149 ◦ green 119 ◦ blue 156

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

Shades of Amethyst Smoke #95779C

Tints of Amethyst Smoke #95779C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.07%

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

R = 35.14%
G = 28.07%
B = 36.79%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95779C (or 0x95779C) is known color: Amethyst Smoke. HEX triplet: 95, 77 and 9C. RGB value is (149,119,156). Sum of RGB (Red+Green+Blue) = 149+119+156=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: blue. Hex color #95779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95779C is #6A8863. Grayscale: #848484. Windows color (decimal): -6981732 or 10254229. OLE color: 10254229.

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

Color convert

RGB 149 119 156 -
CMYK 0.04 0.24 0 0.39
HSL 288.65º 0.16% 0.54% -
HSV(B) 288.65º 0.24% 0.61% -
XYZ 24.99 21.98 34.38 -
YUV 132.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 149 119 156 0.04 0.24 0 0.39 288.65 0.16 0.54
Hex 95 77 9C 4 18 0 27 121 10 36
Octal 225 167 234 4 30 0 47 441 20 66
Binary 10010101 1110111 10011100 100 11000 0 100111 100100001 10000 110110

Color Harmonies of #95779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95779C

Black with #95779C

Text Example


Text Example

White with #95779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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