Shades of Logan #9993BD
Tints of Logan #9993BD
RGB
CMYK
RGB Variations
Color information
#9993BD (or 0x9993BD) is known color: Logan. HEX triplet: 99, 93 and BD. RGB value is (153,147,189). Sum of RGB (Red+Green+Blue) = 153+147+189=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #9993BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9993BD is #666C42. Grayscale: #999999. Windows color (decimal): -6712387 or 12424089. OLE color: 12424089.
HSL color Cylindrical-coordinate representation of color #9993BD: hue angle of 248.57º degrees, saturation: 0.24, 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 #9993BD is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 147 | 189 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.26 |
| HSL | 248.57º | 0.24% | 0.66% | - |
| HSV(B) | 248.57º | 0.22% | 0.74% | - |
| XYZ | 32.76 | 31.31 | 52.46 | - |
| YUV | 153.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 189 | 0.19 | 0.22 | 0 | 0.26 | 248.57 | 0.24 | 0.66 |
| Hex | 99 | 93 | BD | 13 | 16 | 0 | 1A | F9 | 18 | 42 |
| Octal | 231 | 223 | 275 | 23 | 26 | 0 | 32 | 371 | 30 | 102 |
| Binary | 10011001 | 10010011 | 10111101 | 10011 | 10110 | 0 | 11010 | 11111001 | 11000 | 1000010 |
Color Harmonies of #9993BD
Complementary color
Monochromatic Colors of #9993BD
Black with #9993BD
Text Example
Text Example
White with #9993BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9993BD; }
p { color: rgb(153,147,189); }
H1.HeaderClassName
{
color: #9993BD;
}
.AnyTagClassName
{
color: #9993BD;
}
</style>
background-color css
<style>
a { background-color: #9993BD; }
a { background-color: rgb(153,147,189); }
div.DivClassName
{
background-color: #9993BD;
}
.BgClassName
{
background-color: #9993BD;
}
</style>
border-color css
<style>
span { border-color: #9993BD; }
span { border-color: rgb(153,147,189); }
td.TdClassName
{
border-color: #9993BD;
}
.TagClassName
{
border-color: #9993BD;
}
</style>