Shades of Logan #999BBD
Tints of Logan #999BBD
RGB
CMYK
RGB Variations
Color information
#999BBD (or 0x999BBD) is known color: Logan. HEX triplet: 99, 9B and BD. RGB value is (153,155,189). Sum of RGB (Red+Green+Blue) = 153+155+189=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #999BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BBD is #666442. Grayscale: #9E9E9E. Windows color (decimal): -6710339 or 12426137. OLE color: 12426137.
HSL color Cylindrical-coordinate representation of color #999BBD: hue angle of 236.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #999BBD is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 155 | 189 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.26 |
| HSL | 236.67º | 0.21% | 0.67% | - |
| HSV(B) | 236.67º | 0.19% | 0.74% | - |
| XYZ | 34.04 | 33.89 | 52.89 | - |
| YUV | 158.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 189 | 0.19 | 0.18 | 0 | 0.26 | 236.67 | 0.21 | 0.67 |
| Hex | 99 | 9B | BD | 13 | 12 | 0 | 1A | ED | 15 | 43 |
| Octal | 231 | 233 | 275 | 23 | 22 | 0 | 32 | 355 | 25 | 103 |
| Binary | 10011001 | 10011011 | 10111101 | 10011 | 10010 | 0 | 11010 | 11101101 | 10101 | 1000011 |
Color Harmonies of #999BBD
Complementary color
Monochromatic Colors of #999BBD
Black with #999BBD
Text Example
Text Example
White with #999BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999BBD; }
p { color: rgb(153,155,189); }
H1.HeaderClassName
{
color: #999BBD;
}
.AnyTagClassName
{
color: #999BBD;
}
</style>
background-color css
<style>
a { background-color: #999BBD; }
a { background-color: rgb(153,155,189); }
div.DivClassName
{
background-color: #999BBD;
}
.BgClassName
{
background-color: #999BBD;
}
</style>
border-color css
<style>
span { border-color: #999BBD; }
span { border-color: rgb(153,155,189); }
td.TdClassName
{
border-color: #999BBD;
}
.TagClassName
{
border-color: #999BBD;
}
</style>