#9B8F9A

Color #9B8F9A London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #9B8F9A

Tints of London Hue #9B8F9A

Color information

#9B8F9A (or 0x9B8F9A) is unknown color: approx London Hue. HEX triplet: 9B, 8F and 9A. RGB value is (155,143,154). Sum of RGB (Red+Green+Blue) = 155+143+154=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8F9A is #647065. Grayscale: #939393. Windows color (decimal): -6582374 or 10129307. OLE color: 10129307.

HSL color Cylindrical-coordinate representation of color #9B8F9A: hue angle of 305º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9B8F9A is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB155143154-
CMYK00.080.010.39
HSL305º5.66%58.43%-
HSV(B)305º7.74%60.78%-
XYZ29.1728.9534.62-
YUV147.84131.48133.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 143 (56.25% from 255) = 31.64%
BLUE value IS 154 (60.55% from 255) = 34.07%
R=34.29%
G=31.64%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514315400.080.010.393055.6658.43
Hex9B8F9A0812713163a
Octal233217232010147461672
Binary100110111000111110011010010001100111100110001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,143,154); }

 H1.HeaderClassName
 {
   color: #9B8F9A;
 }
 .AnyTagClassName
 {
   color: #9B8F9A;
 }
</style>
background-color css

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

 a { background-color: rgb(155,143,154); }

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

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

 span { border-color: rgb(155,143,154); }

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