Html Css Color HEX #94879C Amethyst Smoke

📋 copy color: '#94879C'

red 148 ◦ green 135 ◦ blue 156

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

Shades of Amethyst Smoke #94879C

Tints of Amethyst Smoke #94879C

RGB

 RED value IS 148 (58.2% from 255) = 33.71%

 GREEN value IS 135 (53.13% from 255) = 30.75%

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

R = 33.71%
G = 30.75%
B = 35.54%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#94879C (or 0x94879C) is known color: Amethyst Smoke. HEX triplet: 94, 87 and 9C. RGB value is (148,135,156). Sum of RGB (Red+Green+Blue) = 148+135+156=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 156 - color contains mainly: blue. Hex color #94879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94879C is #6B7863. Grayscale: #8D8D8D. Windows color (decimal): -7043172 or 10258324. OLE color: 10258324.

HSL color Cylindrical-coordinate representation of color #94879C: hue angle of 277.14º degrees, saturation: 0.1, 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 #94879C is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 135 156 -
CMYK 0.05 0.13 0 0.39
HSL 277.14º 0.1% 0.57% -
HSV(B) 277.14º 0.13% 0.61% -
XYZ 26.88 26.02 35.06 -
YUV 141.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 148 135 156 0.05 0.13 0 0.39 277.14 0.1 0.57
Hex 94 87 9C 5 D 0 27 115 A 39
Octal 224 207 234 5 15 0 47 425 12 71
Binary 10010100 10000111 10011100 101 1101 0 100111 100010101 1010 111001

Color Harmonies of #94879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94879C

Black with #94879C

Text Example


Text Example

White with #94879C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,135,156); }

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

background-color css

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

 a { background-color: rgb(148,135,156); }

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

border-color css

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

 span { border-color: rgb(148,135,156); }

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