Html Css Color HEX #9F949F London Hue

📋 copy color: '#9F949F'

red 159 ◦ green 148 ◦ blue 159

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

Shades of London Hue #9F949F

Tints of London Hue #9F949F

RGB

 RED value IS 159 (62.5% from 255) = 34.12%

 GREEN value IS 148 (58.2% from 255) = 31.76%

 BLUE value IS 159 (62.5% from 255) = 34.12%

R = 34.12%
G = 31.76%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9F949F (or 0x9F949F) is known color: London Hue. HEX triplet: 9F, 94 and 9F. RGB value is (159,148,159). Sum of RGB (Red+Green+Blue) = 159+148+159=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F949F is #606B60. Grayscale: #989898. Windows color (decimal): -6318945 or 10458271. OLE color: 10458271.

HSL color Cylindrical-coordinate representation of color #9F949F: hue angle of 300º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9F949F is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 148 159 -
CMYK 0 0.07 0 0.38
HSL 300º 0.05% 0.6% -
HSV(B) 300º 0.07% 0.62% -
XYZ 31.15 31.05 37.15 -
YUV 152.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 159 148 159 0 0.07 0 0.38 300 0.05 0.6
Hex 9F 94 9F 0 7 0 26 12C 5 3C
Octal 237 224 237 0 7 0 46 454 5 74
Binary 10011111 10010100 10011111 0 111 0 100110 100101100 101 111100

Color Harmonies of #9F949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F949F

Black with #9F949F

Text Example


Text Example

White with #9F949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F949F; }

 p { color: rgb(159,148,159); }

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

background-color css

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

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

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

border-color css

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

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

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