Html Css Color HEX #948799 Amethyst Smoke

📋 copy color: '#948799'

red 148 ◦ green 135 ◦ blue 153

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

Shades of Amethyst Smoke #948799

Tints of Amethyst Smoke #948799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.09%

R = 33.94%
G = 30.96%
B = 35.09%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#948799 (or 0x948799) is known color: Amethyst Smoke. HEX triplet: 94, 87 and 99. RGB value is (148,135,153). Sum of RGB (Red+Green+Blue) = 148+135+153=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 153 - color contains mainly: blue. Hex color #948799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948799 is #6B7866. Grayscale: #8C8C8C. Windows color (decimal): -7043175 or 10061716. OLE color: 10061716.

HSL color Cylindrical-coordinate representation of color #948799: hue angle of 283.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #948799 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 135 153 -
CMYK 0.03 0.12 0 0.4
HSL 283.33º 0.08% 0.56% -
HSV(B) 283.33º 0.12% 0.6% -
XYZ 26.63 25.92 33.74 -
YUV 140.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 148 135 153 0.03 0.12 0 0.4 283.33 0.08 0.56
Hex 94 87 99 3 C 0 28 11B 8 38
Octal 224 207 231 3 14 0 50 433 10 70
Binary 10010100 10000111 10011001 11 1100 0 101000 100011011 1000 111000

Color Harmonies of #948799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948799

Black with #948799

Text Example


Text Example

White with #948799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948799; }

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

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

background-color css

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

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

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

border-color css

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

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

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