Shades of Logan #999DBB
Tints of Logan #999DBB
RGB
CMYK
RGB Variations
Color information
#999DBB (or 0x999DBB) is known color: Logan. HEX triplet: 99, 9D and BB. RGB value is (153,157,187). Sum of RGB (Red+Green+Blue) = 153+157+187=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #999DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DBB is #666244. Grayscale: #9F9F9F. Windows color (decimal): -6709829 or 12295577. OLE color: 12295577.
HSL color Cylindrical-coordinate representation of color #999DBB: hue angle of 232.94º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #999DBB is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 157 | 187 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.27 |
| HSL | 232.94º | 0.2% | 0.67% | - |
| HSV(B) | 232.94º | 0.18% | 0.73% | - |
| XYZ | 34.16 | 34.47 | 51.87 | - |
| YUV | 159.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 187 | 0.18 | 0.16 | 0 | 0.27 | 232.94 | 0.2 | 0.67 |
| Hex | 99 | 9D | BB | 12 | 10 | 0 | 1B | E9 | 14 | 43 |
| Octal | 231 | 235 | 273 | 22 | 20 | 0 | 33 | 351 | 24 | 103 |
| Binary | 10011001 | 10011101 | 10111011 | 10010 | 10000 | 0 | 11011 | 11101001 | 10100 | 1000011 |
Color Harmonies of #999DBB
Complementary color
Monochromatic Colors of #999DBB
Black with #999DBB
Text Example
Text Example
White with #999DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999DBB; }
p { color: rgb(153,157,187); }
H1.HeaderClassName
{
color: #999DBB;
}
.AnyTagClassName
{
color: #999DBB;
}
</style>
background-color css
<style>
a { background-color: #999DBB; }
a { background-color: rgb(153,157,187); }
div.DivClassName
{
background-color: #999DBB;
}
.BgClassName
{
background-color: #999DBB;
}
</style>
border-color css
<style>
span { border-color: #999DBB; }
span { border-color: rgb(153,157,187); }
td.TdClassName
{
border-color: #999DBB;
}
.TagClassName
{
border-color: #999DBB;
}
</style>