Shades of Logan #9993BC
Tints of Logan #9993BC
RGB
CMYK
RGB Variations
Color information
#9993BC (or 0x9993BC) is known color: Logan. HEX triplet: 99, 93 and BC. RGB value is (153,147,188). Sum of RGB (Red+Green+Blue) = 153+147+188=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #9993BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9993BC is #666C43. Grayscale: #999999. Windows color (decimal): -6712388 or 12358553. OLE color: 12358553.
HSL color Cylindrical-coordinate representation of color #9993BC: hue angle of 248.78º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9993BC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 147 | 188 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.26 |
| HSL | 248.78º | 0.23% | 0.66% | - |
| HSV(B) | 248.78º | 0.22% | 0.74% | - |
| XYZ | 32.65 | 31.27 | 51.89 | - |
| YUV | 153.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 188 | 0.19 | 0.22 | 0 | 0.26 | 248.78 | 0.23 | 0.66 |
| Hex | 99 | 93 | BC | 13 | 16 | 0 | 1A | F9 | 17 | 42 |
| Octal | 231 | 223 | 274 | 23 | 26 | 0 | 32 | 371 | 27 | 102 |
| Binary | 10011001 | 10010011 | 10111100 | 10011 | 10110 | 0 | 11010 | 11111001 | 10111 | 1000010 |
Color Harmonies of #9993BC
Complementary color
Monochromatic Colors of #9993BC
Black with #9993BC
Text Example
Text Example
White with #9993BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9993BC; }
p { color: rgb(153,147,188); }
H1.HeaderClassName
{
color: #9993BC;
}
.AnyTagClassName
{
color: #9993BC;
}
</style>
background-color css
<style>
a { background-color: #9993BC; }
a { background-color: rgb(153,147,188); }
div.DivClassName
{
background-color: #9993BC;
}
.BgClassName
{
background-color: #9993BC;
}
</style>
border-color css
<style>
span { border-color: #9993BC; }
span { border-color: rgb(153,147,188); }
td.TdClassName
{
border-color: #9993BC;
}
.TagClassName
{
border-color: #9993BC;
}
</style>