Shades of Logan #999BAD
Tints of Logan #999BAD
RGB
CMYK
RGB Variations
Color information
#999BAD (or 0x999BAD) is known color: Logan. HEX triplet: 99, 9B and AD. RGB value is (153,155,173). Sum of RGB (Red+Green+Blue) = 153+155+173=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #999BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999BAD is #666452. Grayscale: #9C9C9C. Windows color (decimal): -6710355 or 11377561. OLE color: 11377561.
HSL color Cylindrical-coordinate representation of color #999BAD: hue angle of 234º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #999BAD is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 155 | 173 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.32 |
| HSL | 234º | 0.11% | 0.64% | - |
| HSV(B) | 234º | 0.12% | 0.68% | - |
| XYZ | 32.4 | 33.23 | 44.24 | - |
| YUV | 156.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 173 | 0.12 | 0.10 | 0 | 0.32 | 234 | 0.11 | 0.64 |
| Hex | 99 | 9B | AD | C | A | 0 | 20 | EA | B | 40 |
| Octal | 231 | 233 | 255 | 14 | 12 | 0 | 40 | 352 | 13 | 100 |
| Binary | 10011001 | 10011011 | 10101101 | 1100 | 1010 | 0 | 100000 | 11101010 | 1011 | 1000000 |
Color Harmonies of #999BAD
Complementary color
Monochromatic Colors of #999BAD
Black with #999BAD
Text Example
Text Example
White with #999BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999BAD; }
p { color: rgb(153,155,173); }
H1.HeaderClassName
{
color: #999BAD;
}
.AnyTagClassName
{
color: #999BAD;
}
</style>
background-color css
<style>
a { background-color: #999BAD; }
a { background-color: rgb(153,155,173); }
div.DivClassName
{
background-color: #999BAD;
}
.BgClassName
{
background-color: #999BAD;
}
</style>
border-color css
<style>
span { border-color: #999BAD; }
span { border-color: rgb(153,155,173); }
td.TdClassName
{
border-color: #999BAD;
}
.TagClassName
{
border-color: #999BAD;
}
</style>