Shades of Logan #9996BB
Tints of Logan #9996BB
RGB
CMYK
RGB Variations
Color information
#9996BB (or 0x9996BB) is known color: Logan. HEX triplet: 99, 96 and BB. RGB value is (153,150,187). Sum of RGB (Red+Green+Blue) = 153+150+187=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #9996BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9996BB is #666944. Grayscale: #9A9A9A. Windows color (decimal): -6711621 or 12293785. OLE color: 12293785.
HSL color Cylindrical-coordinate representation of color #9996BB: hue angle of 244.86º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9996BB is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 150 | 187 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.27 |
| HSL | 244.86º | 0.21% | 0.66% | - |
| HSV(B) | 244.86º | 0.2% | 0.73% | - |
| XYZ | 33.01 | 32.17 | 51.48 | - |
| YUV | 155.12 | 145.99 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 187 | 0.18 | 0.20 | 0 | 0.27 | 244.86 | 0.21 | 0.66 |
| Hex | 99 | 96 | BB | 12 | 14 | 0 | 1B | F5 | 15 | 42 |
| Octal | 231 | 226 | 273 | 22 | 24 | 0 | 33 | 365 | 25 | 102 |
| Binary | 10011001 | 10010110 | 10111011 | 10010 | 10100 | 0 | 11011 | 11110101 | 10101 | 1000010 |
Color Harmonies of #9996BB
Complementary color
Monochromatic Colors of #9996BB
Black with #9996BB
Text Example
Text Example
White with #9996BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9996BB; }
p { color: rgb(153,150,187); }
H1.HeaderClassName
{
color: #9996BB;
}
.AnyTagClassName
{
color: #9996BB;
}
</style>
background-color css
<style>
a { background-color: #9996BB; }
a { background-color: rgb(153,150,187); }
div.DivClassName
{
background-color: #9996BB;
}
.BgClassName
{
background-color: #9996BB;
}
</style>
border-color css
<style>
span { border-color: #9996BB; }
span { border-color: rgb(153,150,187); }
td.TdClassName
{
border-color: #9996BB;
}
.TagClassName
{
border-color: #9996BB;
}
</style>