Shades of Logan #999DB5
Tints of Logan #999DB5
RGB
CMYK
RGB Variations
Color information
#999DB5 (or 0x999DB5) is known color: Logan. HEX triplet: 99, 9D and B5. RGB value is (153,157,181). Sum of RGB (Red+Green+Blue) = 153+157+181=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 181 - color contains mainly: blue. Hex color #999DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DB5 is #66624A. Grayscale: #9E9E9E. Windows color (decimal): -6709835 or 11902361. OLE color: 11902361.
HSL color Cylindrical-coordinate representation of color #999DB5: hue angle of 231.43º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #999DB5 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 157 | 181 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.29 |
| HSL | 231.43º | 0.16% | 0.65% | - |
| HSV(B) | 231.43º | 0.15% | 0.71% | - |
| XYZ | 33.53 | 34.22 | 48.55 | - |
| YUV | 158.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 181 | 0.15 | 0.13 | 0 | 0.29 | 231.43 | 0.16 | 0.65 |
| Hex | 99 | 9D | B5 | F | D | 0 | 1D | E7 | 10 | 41 |
| Octal | 231 | 235 | 265 | 17 | 15 | 0 | 35 | 347 | 20 | 101 |
| Binary | 10011001 | 10011101 | 10110101 | 1111 | 1101 | 0 | 11101 | 11100111 | 10000 | 1000001 |
Color Harmonies of #999DB5
Complementary color
Monochromatic Colors of #999DB5
Black with #999DB5
Text Example
Text Example
White with #999DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999DB5; }
p { color: rgb(153,157,181); }
H1.HeaderClassName
{
color: #999DB5;
}
.AnyTagClassName
{
color: #999DB5;
}
</style>
background-color css
<style>
a { background-color: #999DB5; }
a { background-color: rgb(153,157,181); }
div.DivClassName
{
background-color: #999DB5;
}
.BgClassName
{
background-color: #999DB5;
}
</style>
border-color css
<style>
span { border-color: #999DB5; }
span { border-color: rgb(153,157,181); }
td.TdClassName
{
border-color: #999DB5;
}
.TagClassName
{
border-color: #999DB5;
}
</style>