Html Css Color HEX #948794 Amethyst Smoke

📋 copy color: '#948794'

red 148 ◦ green 135 ◦ blue 148

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

Shades of Amethyst Smoke #948794

Tints of Amethyst Smoke #948794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.34%

R = 34.34%
G = 31.32%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#948794 (or 0x948794) is known color: Amethyst Smoke. HEX triplet: 94, 87 and 94. RGB value is (148,135,148). Sum of RGB (Red+Green+Blue) = 148+135+148=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #948794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948794 is #6B786B. Grayscale: #8C8C8C. Windows color (decimal): -7043180 or 9734036. OLE color: 9734036.

HSL color Cylindrical-coordinate representation of color #948794: hue angle of 300º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #948794 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 135 148 -
CMYK 0 0.09 0 0.42
HSL 300º 0.06% 0.55% -
HSV(B) 300º 0.09% 0.58% -
XYZ 26.22 25.76 31.61 -
YUV 140.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 148 135 148 0 0.09 0 0.42 300 0.06 0.55
Hex 94 87 94 0 9 0 2A 12C 6 37
Octal 224 207 224 0 11 0 52 454 6 67
Binary 10010100 10000111 10010100 0 1001 0 101010 100101100 110 110111

Color Harmonies of #948794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948794

Black with #948794

Text Example


Text Example

White with #948794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948794; }

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

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

background-color css

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

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

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

border-color css

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

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

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