Shades of Logan #9993BF
Tints of Logan #9993BF
RGB
CMYK
RGB Variations
Color information
#9993BF (or 0x9993BF) is known color: Logan. HEX triplet: 99, 93 and BF. RGB value is (153,147,191). Sum of RGB (Red+Green+Blue) = 153+147+191=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #9993BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9993BF is #666C40. Grayscale: #999999. Windows color (decimal): -6712385 or 12555161. OLE color: 12555161.
HSL color Cylindrical-coordinate representation of color #9993BF: hue angle of 248.18º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9993BF is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 147 | 191 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.25 |
| HSL | 248.18º | 0.26% | 0.66% | - |
| HSV(B) | 248.18º | 0.23% | 0.75% | - |
| XYZ | 32.97 | 31.4 | 53.61 | - |
| YUV | 153.81 | 148.99 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 191 | 0.20 | 0.23 | 0 | 0.25 | 248.18 | 0.26 | 0.66 |
| Hex | 99 | 93 | BF | 14 | 17 | 0 | 19 | F8 | 1A | 42 |
| Octal | 231 | 223 | 277 | 24 | 27 | 0 | 31 | 370 | 32 | 102 |
| Binary | 10011001 | 10010011 | 10111111 | 10100 | 10111 | 0 | 11001 | 11111000 | 11010 | 1000010 |
Color Harmonies of #9993BF
Complementary color
Monochromatic Colors of #9993BF
Black with #9993BF
Text Example
Text Example
White with #9993BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9993BF; }
p { color: rgb(153,147,191); }
H1.HeaderClassName
{
color: #9993BF;
}
.AnyTagClassName
{
color: #9993BF;
}
</style>
background-color css
<style>
a { background-color: #9993BF; }
a { background-color: rgb(153,147,191); }
div.DivClassName
{
background-color: #9993BF;
}
.BgClassName
{
background-color: #9993BF;
}
</style>
border-color css
<style>
span { border-color: #9993BF; }
span { border-color: rgb(153,147,191); }
td.TdClassName
{
border-color: #9993BF;
}
.TagClassName
{
border-color: #9993BF;
}
</style>