Shades of Logan #9B9BB1
Tints of Logan #9B9BB1
RGB
CMYK
RGB Variations
Color information
#9B9BB1 (or 0x9B9BB1) is known color: Logan. HEX triplet: 9B, 9B and B1. RGB value is (155,155,177). Sum of RGB (Red+Green+Blue) = 155+155+177=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 177 - color contains mainly: blue. Hex color #9B9BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9BB1 is #64644E. Grayscale: #9D9D9D. Windows color (decimal): -6579279 or 11639707. OLE color: 11639707.
HSL color Cylindrical-coordinate representation of color #9B9BB1: hue angle of 240º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B9BB1 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 155 | 177 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.31 |
| HSL | 240º | 0.12% | 0.65% | - |
| HSV(B) | 240º | 0.12% | 0.69% | - |
| XYZ | 33.17 | 33.59 | 46.33 | - |
| YUV | 157.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 155 | 177 | 0.12 | 0.12 | 0 | 0.31 | 240 | 0.12 | 0.65 |
| Hex | 9B | 9B | B1 | C | C | 0 | 1F | F0 | C | 41 |
| Octal | 233 | 233 | 261 | 14 | 14 | 0 | 37 | 360 | 14 | 101 |
| Binary | 10011011 | 10011011 | 10110001 | 1100 | 1100 | 0 | 11111 | 11110000 | 1100 | 1000001 |
Color Harmonies of #9B9BB1
Complementary color
Monochromatic Colors of #9B9BB1
Black with #9B9BB1
Text Example
Text Example
White with #9B9BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9BB1; }
p { color: rgb(155,155,177); }
H1.HeaderClassName
{
color: #9B9BB1;
}
.AnyTagClassName
{
color: #9B9BB1;
}
</style>
background-color css
<style>
a { background-color: #9B9BB1; }
a { background-color: rgb(155,155,177); }
div.DivClassName
{
background-color: #9B9BB1;
}
.BgClassName
{
background-color: #9B9BB1;
}
</style>
border-color css
<style>
span { border-color: #9B9BB1; }
span { border-color: rgb(155,155,177); }
td.TdClassName
{
border-color: #9B9BB1;
}
.TagClassName
{
border-color: #9B9BB1;
}
</style>