Html Css Color HEX #918594 Amethyst Smoke

📋 copy color: '#918594'

red 145 ◦ green 133 ◦ blue 148

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

Shades of Amethyst Smoke #918594

Tints of Amethyst Smoke #918594

RGB

 RED value IS 145 (57.03% from 255) = 34.04%

 GREEN value IS 133 (52.34% from 255) = 31.22%

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

R = 34.04%
G = 31.22%
B = 34.74%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#918594 (or 0x918594) is known color: Amethyst Smoke. HEX triplet: 91, 85 and 94. RGB value is (145,133,148). Sum of RGB (Red+Green+Blue) = 145+133+148=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 148 - color contains mainly: blue. Hex color #918594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918594 is #6E7A6B. Grayscale: #8A8A8A. Windows color (decimal): -7240300 or 9733521. OLE color: 9733521.

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

Color convert

RGB 145 133 148 -
CMYK 0.02 0.10 0 0.42
HSL 288º 0.07% 0.55% -
HSV(B) 288º 0.1% 0.58% -
XYZ 25.41 24.93 31.49 -
YUV 138.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 145 133 148 0.02 0.10 0 0.42 288 0.07 0.55
Hex 91 85 94 2 A 0 2A 120 7 37
Octal 221 205 224 2 12 0 52 440 7 67
Binary 10010001 10000101 10010100 10 1010 0 101010 100100000 111 110111

Color Harmonies of #918594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918594

Black with #918594

Text Example


Text Example

White with #918594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918594; }

 p { color: rgb(145,133,148); }

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

background-color css

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

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

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

border-color css

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

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

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