Html Css Color HEX #968799 Amethyst Smoke

📋 copy color: '#968799'

red 150 ◦ green 135 ◦ blue 153

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

Shades of Amethyst Smoke #968799

Tints of Amethyst Smoke #968799

RGB

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

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

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

R = 34.25%
G = 30.82%
B = 34.93%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#968799 (or 0x968799) is known color: Amethyst Smoke. HEX triplet: 96, 87 and 99. RGB value is (150,135,153). Sum of RGB (Red+Green+Blue) = 150+135+153=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 153 - color contains mainly: blue. Hex color #968799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968799 is #697866. Grayscale: #8D8D8D. Windows color (decimal): -6912103 or 10061718. OLE color: 10061718.

HSL color Cylindrical-coordinate representation of color #968799: hue angle of 290º 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 #968799 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 135 153 -
CMYK 0.02 0.12 0 0.4
HSL 290º 0.08% 0.56% -
HSV(B) 290º 0.12% 0.6% -
XYZ 26.99 26.11 33.75 -
YUV 141.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 150 135 153 0.02 0.12 0 0.4 290 0.08 0.56
Hex 96 87 99 2 C 0 28 122 8 38
Octal 226 207 231 2 14 0 50 442 10 70
Binary 10010110 10000111 10011001 10 1100 0 101000 100100010 1000 111000

Color Harmonies of #968799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968799

Black with #968799

Text Example


Text Example

White with #968799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968799; }

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

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

background-color css

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

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

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

border-color css

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

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

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