Shades of Logan #9994BC
Tints of Logan #9994BC
RGB
CMYK
RGB Variations
Color information
#9994BC (or 0x9994BC) is known color: Logan. HEX triplet: 99, 94 and BC. RGB value is (153,148,188). Sum of RGB (Red+Green+Blue) = 153+148+188=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #9994BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9994BC is #666B43. Grayscale: #999999. Windows color (decimal): -6712132 or 12358809. OLE color: 12358809.
HSL color Cylindrical-coordinate representation of color #9994BC: hue angle of 247.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9994BC is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 148 | 188 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.26 |
| HSL | 247.5º | 0.23% | 0.66% | - |
| HSV(B) | 247.5º | 0.21% | 0.74% | - |
| XYZ | 32.8 | 31.58 | 51.94 | - |
| YUV | 154.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 188 | 0.19 | 0.21 | 0 | 0.26 | 247.5 | 0.23 | 0.66 |
| Hex | 99 | 94 | BC | 13 | 15 | 0 | 1A | F8 | 17 | 42 |
| Octal | 231 | 224 | 274 | 23 | 25 | 0 | 32 | 370 | 27 | 102 |
| Binary | 10011001 | 10010100 | 10111100 | 10011 | 10101 | 0 | 11010 | 11111000 | 10111 | 1000010 |
Color Harmonies of #9994BC
Complementary color
Monochromatic Colors of #9994BC
Black with #9994BC
Text Example
Text Example
White with #9994BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9994BC; }
p { color: rgb(153,148,188); }
H1.HeaderClassName
{
color: #9994BC;
}
.AnyTagClassName
{
color: #9994BC;
}
</style>
background-color css
<style>
a { background-color: #9994BC; }
a { background-color: rgb(153,148,188); }
div.DivClassName
{
background-color: #9994BC;
}
.BgClassName
{
background-color: #9994BC;
}
</style>
border-color css
<style>
span { border-color: #9994BC; }
span { border-color: rgb(153,148,188); }
td.TdClassName
{
border-color: #9994BC;
}
.TagClassName
{
border-color: #9994BC;
}
</style>