Shades of Logan #9993BB
Tints of Logan #9993BB
RGB
CMYK
RGB Variations
Color information
#9993BB (or 0x9993BB) is known color: Logan. HEX triplet: 99, 93 and BB. RGB value is (153,147,187). Sum of RGB (Red+Green+Blue) = 153+147+187=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #9993BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9993BB is #666C44. Grayscale: #999999. Windows color (decimal): -6712389 or 12293017. OLE color: 12293017.
HSL color Cylindrical-coordinate representation of color #9993BB: hue angle of 249º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9993BB is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 147 | 187 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.27 |
| HSL | 249º | 0.23% | 0.65% | - |
| HSV(B) | 249º | 0.21% | 0.73% | - |
| XYZ | 32.54 | 31.23 | 51.33 | - |
| YUV | 153.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 187 | 0.18 | 0.21 | 0 | 0.27 | 249 | 0.23 | 0.65 |
| Hex | 99 | 93 | BB | 12 | 15 | 0 | 1B | F9 | 17 | 41 |
| Octal | 231 | 223 | 273 | 22 | 25 | 0 | 33 | 371 | 27 | 101 |
| Binary | 10011001 | 10010011 | 10111011 | 10010 | 10101 | 0 | 11011 | 11111001 | 10111 | 1000001 |
Color Harmonies of #9993BB
Complementary color
Monochromatic Colors of #9993BB
Black with #9993BB
Text Example
Text Example
White with #9993BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9993BB; }
p { color: rgb(153,147,187); }
H1.HeaderClassName
{
color: #9993BB;
}
.AnyTagClassName
{
color: #9993BB;
}
</style>
background-color css
<style>
a { background-color: #9993BB; }
a { background-color: rgb(153,147,187); }
div.DivClassName
{
background-color: #9993BB;
}
.BgClassName
{
background-color: #9993BB;
}
</style>
border-color css
<style>
span { border-color: #9993BB; }
span { border-color: rgb(153,147,187); }
td.TdClassName
{
border-color: #9993BB;
}
.TagClassName
{
border-color: #9993BB;
}
</style>