Shades of Logan #999EBE
Tints of Logan #999EBE
RGB
CMYK
RGB Variations
Color information
#999EBE (or 0x999EBE) is known color: Logan. HEX triplet: 99, 9E and BE. RGB value is (153,158,190). Sum of RGB (Red+Green+Blue) = 153+158+190=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #999EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EBE is #666141. Grayscale: #A0A0A0. Windows color (decimal): -6709570 or 12492441. OLE color: 12492441.
HSL color Cylindrical-coordinate representation of color #999EBE: hue angle of 231.89º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #999EBE is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 158 | 190 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.25 |
| HSL | 231.89º | 0.22% | 0.67% | - |
| HSV(B) | 231.89º | 0.19% | 0.75% | - |
| XYZ | 34.66 | 34.94 | 53.63 | - |
| YUV | 160.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 190 | 0.19 | 0.17 | 0 | 0.25 | 231.89 | 0.22 | 0.67 |
| Hex | 99 | 9E | BE | 13 | 11 | 0 | 19 | E8 | 16 | 43 |
| Octal | 231 | 236 | 276 | 23 | 21 | 0 | 31 | 350 | 26 | 103 |
| Binary | 10011001 | 10011110 | 10111110 | 10011 | 10001 | 0 | 11001 | 11101000 | 10110 | 1000011 |
Color Harmonies of #999EBE
Complementary color
Monochromatic Colors of #999EBE
Black with #999EBE
Text Example
Text Example
White with #999EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EBE; }
p { color: rgb(153,158,190); }
H1.HeaderClassName
{
color: #999EBE;
}
.AnyTagClassName
{
color: #999EBE;
}
</style>
background-color css
<style>
a { background-color: #999EBE; }
a { background-color: rgb(153,158,190); }
div.DivClassName
{
background-color: #999EBE;
}
.BgClassName
{
background-color: #999EBE;
}
</style>
border-color css
<style>
span { border-color: #999EBE; }
span { border-color: rgb(153,158,190); }
td.TdClassName
{
border-color: #999EBE;
}
.TagClassName
{
border-color: #999EBE;
}
</style>