Shades of Logan #9993B6
Tints of Logan #9993B6
RGB
CMYK
RGB Variations
Color information
#9993B6 (or 0x9993B6) is known color: Logan. HEX triplet: 99, 93 and B6. RGB value is (153,147,182). Sum of RGB (Red+Green+Blue) = 153+147+182=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 182 - color contains mainly: blue. Hex color #9993B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9993B6 is #666C49. Grayscale: #989898. Windows color (decimal): -6712394 or 11965337. OLE color: 11965337.
HSL color Cylindrical-coordinate representation of color #9993B6: hue angle of 250.29º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9993B6 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 147 | 182 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.29 |
| HSL | 250.29º | 0.19% | 0.65% | - |
| HSV(B) | 250.29º | 0.19% | 0.71% | - |
| XYZ | 32.01 | 31.02 | 48.56 | - |
| YUV | 152.78 | 144.49 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 182 | 0.16 | 0.19 | 0 | 0.29 | 250.29 | 0.19 | 0.65 |
| Hex | 99 | 93 | B6 | 10 | 13 | 0 | 1D | FA | 13 | 41 |
| Octal | 231 | 223 | 266 | 20 | 23 | 0 | 35 | 372 | 23 | 101 |
| Binary | 10011001 | 10010011 | 10110110 | 10000 | 10011 | 0 | 11101 | 11111010 | 10011 | 1000001 |
Color Harmonies of #9993B6
Complementary color
Monochromatic Colors of #9993B6
Black with #9993B6
Text Example
Text Example
White with #9993B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9993B6; }
p { color: rgb(153,147,182); }
H1.HeaderClassName
{
color: #9993B6;
}
.AnyTagClassName
{
color: #9993B6;
}
</style>
background-color css
<style>
a { background-color: #9993B6; }
a { background-color: rgb(153,147,182); }
div.DivClassName
{
background-color: #9993B6;
}
.BgClassName
{
background-color: #9993B6;
}
</style>
border-color css
<style>
span { border-color: #9993B6; }
span { border-color: rgb(153,147,182); }
td.TdClassName
{
border-color: #9993B6;
}
.TagClassName
{
border-color: #9993B6;
}
</style>