Shades of Logan #999DB4
Tints of Logan #999DB4
RGB
CMYK
RGB Variations
Color information
#999DB4 (or 0x999DB4) is known color: Logan. HEX triplet: 99, 9D and B4. RGB value is (153,157,180). Sum of RGB (Red+Green+Blue) = 153+157+180=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 180 - color contains mainly: blue. Hex color #999DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DB4 is #66624B. Grayscale: #9E9E9E. Windows color (decimal): -6709836 or 11836825. OLE color: 11836825.
HSL color Cylindrical-coordinate representation of color #999DB4: hue angle of 231.11º degrees, saturation: 0.15, 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 #999DB4 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 157 | 180 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.29 |
| HSL | 231.11º | 0.15% | 0.65% | - |
| HSV(B) | 231.11º | 0.15% | 0.71% | - |
| XYZ | 33.43 | 34.18 | 48.02 | - |
| YUV | 158.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 180 | 0.15 | 0.13 | 0 | 0.29 | 231.11 | 0.15 | 0.65 |
| Hex | 99 | 9D | B4 | F | D | 0 | 1D | E7 | F | 41 |
| Octal | 231 | 235 | 264 | 17 | 15 | 0 | 35 | 347 | 17 | 101 |
| Binary | 10011001 | 10011101 | 10110100 | 1111 | 1101 | 0 | 11101 | 11100111 | 1111 | 1000001 |
Color Harmonies of #999DB4
Complementary color
Monochromatic Colors of #999DB4
Black with #999DB4
Text Example
Text Example
White with #999DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999DB4; }
p { color: rgb(153,157,180); }
H1.HeaderClassName
{
color: #999DB4;
}
.AnyTagClassName
{
color: #999DB4;
}
</style>
background-color css
<style>
a { background-color: #999DB4; }
a { background-color: rgb(153,157,180); }
div.DivClassName
{
background-color: #999DB4;
}
.BgClassName
{
background-color: #999DB4;
}
</style>
border-color css
<style>
span { border-color: #999DB4; }
span { border-color: rgb(153,157,180); }
td.TdClassName
{
border-color: #999DB4;
}
.TagClassName
{
border-color: #999DB4;
}
</style>