Shades of Logan #9B9BB5
Tints of Logan #9B9BB5
RGB
CMYK
RGB Variations
Color information
#9B9BB5 (or 0x9B9BB5) is known color: Logan. HEX triplet: 9B, 9B and B5. RGB value is (155,155,181). Sum of RGB (Red+Green+Blue) = 155+155+181=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 181 - color contains mainly: blue. Hex color #9B9BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9BB5 is #64644A. Grayscale: #9D9D9D. Windows color (decimal): -6579275 or 11901851. OLE color: 11901851.
HSL color Cylindrical-coordinate representation of color #9B9BB5: hue angle of 240º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B9BB5 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 155 | 181 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.29 |
| HSL | 240º | 0.15% | 0.66% | - |
| HSV(B) | 240º | 0.14% | 0.71% | - |
| XYZ | 33.58 | 33.75 | 48.46 | - |
| YUV | 157.96 | 141 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 155 | 181 | 0.14 | 0.14 | 0 | 0.29 | 240 | 0.15 | 0.66 |
| Hex | 9B | 9B | B5 | E | E | 0 | 1D | F0 | F | 42 |
| Octal | 233 | 233 | 265 | 16 | 16 | 0 | 35 | 360 | 17 | 102 |
| Binary | 10011011 | 10011011 | 10110101 | 1110 | 1110 | 0 | 11101 | 11110000 | 1111 | 1000010 |
Color Harmonies of #9B9BB5
Complementary color
Monochromatic Colors of #9B9BB5
Black with #9B9BB5
Text Example
Text Example
White with #9B9BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9BB5; }
p { color: rgb(155,155,181); }
H1.HeaderClassName
{
color: #9B9BB5;
}
.AnyTagClassName
{
color: #9B9BB5;
}
</style>
background-color css
<style>
a { background-color: #9B9BB5; }
a { background-color: rgb(155,155,181); }
div.DivClassName
{
background-color: #9B9BB5;
}
.BgClassName
{
background-color: #9B9BB5;
}
</style>
border-color css
<style>
span { border-color: #9B9BB5; }
span { border-color: rgb(155,155,181); }
td.TdClassName
{
border-color: #9B9BB5;
}
.TagClassName
{
border-color: #9B9BB5;
}
</style>