Shades of Logan #9993B8
Tints of Logan #9993B8
RGB
CMYK
RGB Variations
Color information
#9993B8 (or 0x9993B8) is known color: Logan. HEX triplet: 99, 93 and B8. RGB value is (153,147,184). Sum of RGB (Red+Green+Blue) = 153+147+184=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 184 - color contains mainly: blue. Hex color #9993B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9993B8 is #666C47. Grayscale: #989898. Windows color (decimal): -6712392 or 12096409. OLE color: 12096409.
HSL color Cylindrical-coordinate representation of color #9993B8: hue angle of 249.73º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9993B8 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 147 | 184 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.28 |
| HSL | 249.73º | 0.21% | 0.65% | - |
| HSV(B) | 249.73º | 0.2% | 0.72% | - |
| XYZ | 32.22 | 31.1 | 49.65 | - |
| YUV | 153.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 184 | 0.17 | 0.20 | 0 | 0.28 | 249.73 | 0.21 | 0.65 |
| Hex | 99 | 93 | B8 | 11 | 14 | 0 | 1C | FA | 15 | 41 |
| Octal | 231 | 223 | 270 | 21 | 24 | 0 | 34 | 372 | 25 | 101 |
| Binary | 10011001 | 10010011 | 10111000 | 10001 | 10100 | 0 | 11100 | 11111010 | 10101 | 1000001 |
Color Harmonies of #9993B8
Complementary color
Monochromatic Colors of #9993B8
Black with #9993B8
Text Example
Text Example
White with #9993B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9993B8; }
p { color: rgb(153,147,184); }
H1.HeaderClassName
{
color: #9993B8;
}
.AnyTagClassName
{
color: #9993B8;
}
</style>
background-color css
<style>
a { background-color: #9993B8; }
a { background-color: rgb(153,147,184); }
div.DivClassName
{
background-color: #9993B8;
}
.BgClassName
{
background-color: #9993B8;
}
</style>
border-color css
<style>
span { border-color: #9993B8; }
span { border-color: rgb(153,147,184); }
td.TdClassName
{
border-color: #9993B8;
}
.TagClassName
{
border-color: #9993B8;
}
</style>