Shades of Logan #9B9CBF
Tints of Logan #9B9CBF
RGB
CMYK
RGB Variations
Color information
#9B9CBF (or 0x9B9CBF) is known color: Logan. HEX triplet: 9B, 9C and BF. RGB value is (155,156,191). Sum of RGB (Red+Green+Blue) = 155+156+191=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B9CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9CBF is #646340. Grayscale: #9F9F9F. Windows color (decimal): -6579009 or 12557467. OLE color: 12557467.
HSL color Cylindrical-coordinate representation of color #9B9CBF: hue angle of 238.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B9CBF is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 156 | 191 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.25 |
| HSL | 238.33º | 0.22% | 0.68% | - |
| HSV(B) | 238.33º | 0.19% | 0.75% | - |
| XYZ | 34.81 | 34.51 | 54.12 | - |
| YUV | 159.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 156 | 191 | 0.19 | 0.18 | 0 | 0.25 | 238.33 | 0.22 | 0.68 |
| Hex | 9B | 9C | BF | 13 | 12 | 0 | 19 | EE | 16 | 44 |
| Octal | 233 | 234 | 277 | 23 | 22 | 0 | 31 | 356 | 26 | 104 |
| Binary | 10011011 | 10011100 | 10111111 | 10011 | 10010 | 0 | 11001 | 11101110 | 10110 | 1000100 |
Color Harmonies of #9B9CBF
Complementary color
Monochromatic Colors of #9B9CBF
Black with #9B9CBF
Text Example
Text Example
White with #9B9CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9CBF; }
p { color: rgb(155,156,191); }
H1.HeaderClassName
{
color: #9B9CBF;
}
.AnyTagClassName
{
color: #9B9CBF;
}
</style>
background-color css
<style>
a { background-color: #9B9CBF; }
a { background-color: rgb(155,156,191); }
div.DivClassName
{
background-color: #9B9CBF;
}
.BgClassName
{
background-color: #9B9CBF;
}
</style>
border-color css
<style>
span { border-color: #9B9CBF; }
span { border-color: rgb(155,156,191); }
td.TdClassName
{
border-color: #9B9CBF;
}
.TagClassName
{
border-color: #9B9CBF;
}
</style>