Html Css Color HEX #958AA4 Amethyst Smoke

📋 copy color: '#958AA4'

red 149 ◦ green 138 ◦ blue 164

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

Shades of Amethyst Smoke #958AA4

Tints of Amethyst Smoke #958AA4

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.6%

 BLUE value IS 164 (64.45% from 255) = 36.36%

R = 33.04%
G = 30.6%
B = 36.36%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#958AA4 (or 0x958AA4) is known color: Amethyst Smoke. HEX triplet: 95, 8A and A4. RGB value is (149,138,164). Sum of RGB (Red+Green+Blue) = 149+138+164=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 164 - color contains mainly: blue. Hex color #958AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958AA4 is #6A755B. Grayscale: #909090. Windows color (decimal): -6976860 or 10783381. OLE color: 10783381.

HSL color Cylindrical-coordinate representation of color #958AA4: hue angle of 265.38º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #958AA4 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 138 164 -
CMYK 0.09 0.16 0 0.36
HSL 265.38º 0.13% 0.59% -
HSV(B) 265.38º 0.16% 0.64% -
XYZ 28.18 27.25 38.9 -
YUV 144.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 149 138 164 0.09 0.16 0 0.36 265.38 0.13 0.59
Hex 95 8A A4 9 10 0 24 109 C 3B
Octal 225 212 244 11 20 0 44 411 14 73
Binary 10010101 10001010 10100100 1001 10000 0 100100 100001001 1100 111011

Color Harmonies of #958AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958AA4

Black with #958AA4

Text Example


Text Example

White with #958AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958AA4; }

 p { color: rgb(149,138,164); }

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

background-color css

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

 a { background-color: rgb(149,138,164); }

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

border-color css

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

 span { border-color: rgb(149,138,164); }

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