Shades of Logan #999EBA
Tints of Logan #999EBA
RGB
CMYK
RGB Variations
Color information
#999EBA (or 0x999EBA) is known color: Logan. HEX triplet: 99, 9E and BA. RGB value is (153,158,186). Sum of RGB (Red+Green+Blue) = 153+158+186=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #999EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EBA is #666145. Grayscale: #9F9F9F. Windows color (decimal): -6709574 or 12230297. OLE color: 12230297.
HSL color Cylindrical-coordinate representation of color #999EBA: hue angle of 230.91º 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 #999EBA is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 158 | 186 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.27 |
| HSL | 230.91º | 0.19% | 0.66% | - |
| HSV(B) | 230.91º | 0.18% | 0.73% | - |
| XYZ | 34.23 | 34.77 | 51.36 | - |
| YUV | 159.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 186 | 0.18 | 0.15 | 0 | 0.27 | 230.91 | 0.19 | 0.66 |
| Hex | 99 | 9E | BA | 12 | F | 0 | 1B | E7 | 13 | 42 |
| Octal | 231 | 236 | 272 | 22 | 17 | 0 | 33 | 347 | 23 | 102 |
| Binary | 10011001 | 10011110 | 10111010 | 10010 | 1111 | 0 | 11011 | 11100111 | 10011 | 1000010 |
Color Harmonies of #999EBA
Complementary color
Monochromatic Colors of #999EBA
Black with #999EBA
Text Example
Text Example
White with #999EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EBA; }
p { color: rgb(153,158,186); }
H1.HeaderClassName
{
color: #999EBA;
}
.AnyTagClassName
{
color: #999EBA;
}
</style>
background-color css
<style>
a { background-color: #999EBA; }
a { background-color: rgb(153,158,186); }
div.DivClassName
{
background-color: #999EBA;
}
.BgClassName
{
background-color: #999EBA;
}
</style>
border-color css
<style>
span { border-color: #999EBA; }
span { border-color: rgb(153,158,186); }
td.TdClassName
{
border-color: #999EBA;
}
.TagClassName
{
border-color: #999EBA;
}
</style>