Shades of Logan #999DBA
Tints of Logan #999DBA
RGB
CMYK
RGB Variations
Color information
#999DBA (or 0x999DBA) is known color: Logan. HEX triplet: 99, 9D and BA. RGB value is (153,157,186). Sum of RGB (Red+Green+Blue) = 153+157+186=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #999DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DBA is #666245. Grayscale: #9E9E9E. Windows color (decimal): -6709830 or 12230041. OLE color: 12230041.
HSL color Cylindrical-coordinate representation of color #999DBA: hue angle of 232.73º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #999DBA is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 157 | 186 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.27 |
| HSL | 232.73º | 0.19% | 0.66% | - |
| HSV(B) | 232.73º | 0.18% | 0.73% | - |
| XYZ | 34.06 | 34.43 | 51.31 | - |
| YUV | 159.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 186 | 0.18 | 0.16 | 0 | 0.27 | 232.73 | 0.19 | 0.66 |
| Hex | 99 | 9D | BA | 12 | 10 | 0 | 1B | E9 | 13 | 42 |
| Octal | 231 | 235 | 272 | 22 | 20 | 0 | 33 | 351 | 23 | 102 |
| Binary | 10011001 | 10011101 | 10111010 | 10010 | 10000 | 0 | 11011 | 11101001 | 10011 | 1000010 |
Color Harmonies of #999DBA
Complementary color
Monochromatic Colors of #999DBA
Black with #999DBA
Text Example
Text Example
White with #999DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999DBA; }
p { color: rgb(153,157,186); }
H1.HeaderClassName
{
color: #999DBA;
}
.AnyTagClassName
{
color: #999DBA;
}
</style>
background-color css
<style>
a { background-color: #999DBA; }
a { background-color: rgb(153,157,186); }
div.DivClassName
{
background-color: #999DBA;
}
.BgClassName
{
background-color: #999DBA;
}
</style>
border-color css
<style>
span { border-color: #999DBA; }
span { border-color: rgb(153,157,186); }
td.TdClassName
{
border-color: #999DBA;
}
.TagClassName
{
border-color: #999DBA;
}
</style>