Html Css Color HEX #978BA2 Amethyst Smoke

📋 copy color: '#978BA2'

red 151 ◦ green 139 ◦ blue 162

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

Shades of Amethyst Smoke #978BA2

Tints of Amethyst Smoke #978BA2

RGB

 RED value IS 151 (59.38% from 255) = 33.41%

 GREEN value IS 139 (54.69% from 255) = 30.75%

 BLUE value IS 162 (63.67% from 255) = 35.84%

R = 33.41%
G = 30.75%
B = 35.84%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#978BA2 (or 0x978BA2) is known color: Amethyst Smoke. HEX triplet: 97, 8B and A2. RGB value is (151,139,162). Sum of RGB (Red+Green+Blue) = 151+139+162=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 162 - color contains mainly: blue. Hex color #978BA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978BA2 is #68745D. Grayscale: #919191. Windows color (decimal): -6845534 or 10652567. OLE color: 10652567.

HSL color Cylindrical-coordinate representation of color #978BA2: hue angle of 271.3º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #978BA2 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 151 139 162 -
CMYK 0.07 0.14 0 0.36
HSL 271.3º 0.11% 0.59% -
HSV(B) 271.3º 0.14% 0.64% -
XYZ 28.52 27.65 38.02 -
YUV 145.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 151 139 162 0.07 0.14 0 0.36 271.3 0.11 0.59
Hex 97 8B A2 7 E 0 24 10F B 3B
Octal 227 213 242 7 16 0 44 417 13 73
Binary 10010111 10001011 10100010 111 1110 0 100100 100001111 1011 111011

Color Harmonies of #978BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978BA2

Black with #978BA2

Text Example


Text Example

White with #978BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978BA2; }

 p { color: rgb(151,139,162); }

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

background-color css

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

 a { background-color: rgb(151,139,162); }

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

border-color css

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

 span { border-color: rgb(151,139,162); }

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