Shades of Logan #999EBD
Tints of Logan #999EBD
RGB
CMYK
RGB Variations
Color information
#999EBD (or 0x999EBD) is known color: Logan. HEX triplet: 99, 9E and BD. RGB value is (153,158,189). Sum of RGB (Red+Green+Blue) = 153+158+189=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #999EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EBD is #666142. Grayscale: #9F9F9F. Windows color (decimal): -6709571 or 12426905. OLE color: 12426905.
HSL color Cylindrical-coordinate representation of color #999EBD: hue angle of 231.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #999EBD is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 158 | 189 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.26 |
| HSL | 231.67º | 0.21% | 0.67% | - |
| HSV(B) | 231.67º | 0.19% | 0.74% | - |
| XYZ | 34.55 | 34.9 | 53.06 | - |
| YUV | 160.04 | 144.34 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 189 | 0.19 | 0.16 | 0 | 0.26 | 231.67 | 0.21 | 0.67 |
| Hex | 99 | 9E | BD | 13 | 10 | 0 | 1A | E8 | 15 | 43 |
| Octal | 231 | 236 | 275 | 23 | 20 | 0 | 32 | 350 | 25 | 103 |
| Binary | 10011001 | 10011110 | 10111101 | 10011 | 10000 | 0 | 11010 | 11101000 | 10101 | 1000011 |
Color Harmonies of #999EBD
Complementary color
Monochromatic Colors of #999EBD
Black with #999EBD
Text Example
Text Example
White with #999EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EBD; }
p { color: rgb(153,158,189); }
H1.HeaderClassName
{
color: #999EBD;
}
.AnyTagClassName
{
color: #999EBD;
}
</style>
background-color css
<style>
a { background-color: #999EBD; }
a { background-color: rgb(153,158,189); }
div.DivClassName
{
background-color: #999EBD;
}
.BgClassName
{
background-color: #999EBD;
}
</style>
border-color css
<style>
span { border-color: #999EBD; }
span { border-color: rgb(153,158,189); }
td.TdClassName
{
border-color: #999EBD;
}
.TagClassName
{
border-color: #999EBD;
}
</style>