Html Css Color HEX #9F8F9E London Hue

📋 copy color: '#9F8F9E'

red 159 ◦ green 143 ◦ blue 158

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

Shades of London Hue #9F8F9E

Tints of London Hue #9F8F9E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.09%

 BLUE value IS 158 (62.11% from 255) = 34.35%

R = 34.57%
G = 31.09%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9F8F9E (or 0x9F8F9E) is known color: London Hue. HEX triplet: 9F, 8F and 9E. RGB value is (159,143,158). Sum of RGB (Red+Green+Blue) = 159+143+158=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8F9E is #607061. Grayscale: #959595. Windows color (decimal): -6320226 or 10391455. OLE color: 10391455.

HSL color Cylindrical-coordinate representation of color #9F8F9E: hue angle of 303.75º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9F8F9E is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 143 158 -
CMYK 0 0.10 0.01 0.38
HSL 303.75º 0.08% 0.59% -
HSV(B) 303.75º 0.1% 0.62% -
XYZ 30.29 29.48 36.44 -
YUV 149.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 159 143 158 0 0.10 0.01 0.38 303.75 0.08 0.59
Hex 9F 8F 9E 0 A 1 26 130 8 3B
Octal 237 217 236 0 12 1 46 460 10 73
Binary 10011111 10001111 10011110 0 1010 1 100110 100110000 1000 111011

Color Harmonies of #9F8F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8F9E

Black with #9F8F9E

Text Example


Text Example

White with #9F8F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,143,158); }

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

background-color css

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

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

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

border-color css

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

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

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