Html Css Color HEX #968998 Amethyst Smoke

📋 copy color: '#968998'

red 150 ◦ green 137 ◦ blue 152

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

Shades of Amethyst Smoke #968998

Tints of Amethyst Smoke #968998

RGB

 RED value IS 150 (58.98% from 255) = 34.17%

 GREEN value IS 137 (53.91% from 255) = 31.21%

 BLUE value IS 152 (59.77% from 255) = 34.62%

R = 34.17%
G = 31.21%
B = 34.62%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#968998 (or 0x968998) is known color: Amethyst Smoke. HEX triplet: 96, 89 and 98. RGB value is (150,137,152). Sum of RGB (Red+Green+Blue) = 150+137+152=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 152 - color contains mainly: blue. Hex color #968998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968998 is #697667. Grayscale: #8E8E8E. Windows color (decimal): -6911592 or 9996694. OLE color: 9996694.

HSL color Cylindrical-coordinate representation of color #968998: hue angle of 292º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #968998 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 137 152 -
CMYK 0.01 0.10 0 0.40
HSL 292º 0.07% 0.57% -
HSV(B) 292º 0.1% 0.6% -
XYZ 27.19 26.64 33.42 -
YUV 142.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 150 137 152 0.01 0.10 0 0.40 292 0.07 0.57
Hex 96 89 98 1 A 0 28 124 7 39
Octal 226 211 230 1 12 0 50 444 7 71
Binary 10010110 10001001 10011000 1 1010 0 101000 100100100 111 111001

Color Harmonies of #968998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968998

Black with #968998

Text Example


Text Example

White with #968998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968998; }

 p { color: rgb(150,137,152); }

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

background-color css

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

 a { background-color: rgb(150,137,152); }

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

border-color css

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

 span { border-color: rgb(150,137,152); }

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