#9B9FBD

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

Shades of Logan #9B9FBD

Tints of Logan #9B9FBD

Color information

#9B9FBD (or 0x9B9FBD) is unknown color: approx Logan. HEX triplet: 9B, 9F and BD. RGB value is (155,159,189). Sum of RGB (Red+Green+Blue) = 155+159+189=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B9FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9FBD is #646042. Grayscale: #A1A1A1. Windows color (decimal): -6578243 or 12427163. OLE color: 12427163.

HSL color Cylindrical-coordinate representation of color #9B9FBD: hue angle of 232.94º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9B9FBD is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB155159189-
CMYK0.180.1600.26
HSL232.94º20.48%67.45%-
HSV(B)232.94º17.99%74.12%-
XYZ35.135.4453.13-
YUV161.22143.67123.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.82%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=30.82%
G=31.61%
B=37.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551591890.180.1600.26232.9420.4867.45
Hex9B9FBD121001Ae91443
Octal233237275222003235124103
Binary100110111001111110111101100101000001101011101001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,159,189); }

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

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

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

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

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

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

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