Shades of Logan #9993B5
Tints of Logan #9993B5
RGB
CMYK
RGB Variations
Color information
#9993B5 (or 0x9993B5) is known color: Logan. HEX triplet: 99, 93 and B5. RGB value is (153,147,181). Sum of RGB (Red+Green+Blue) = 153+147+181=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 181 - color contains mainly: blue. Hex color #9993B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9993B5 is #666C4A. Grayscale: #989898. Windows color (decimal): -6712395 or 11899801. OLE color: 11899801.
HSL color Cylindrical-coordinate representation of color #9993B5: hue angle of 250.59º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9993B5 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 147 | 181 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.29 |
| HSL | 250.59º | 0.19% | 0.64% | - |
| HSV(B) | 250.59º | 0.19% | 0.71% | - |
| XYZ | 31.91 | 30.98 | 48.01 | - |
| YUV | 152.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 181 | 0.15 | 0.19 | 0 | 0.29 | 250.59 | 0.19 | 0.64 |
| Hex | 99 | 93 | B5 | F | 13 | 0 | 1D | FB | 13 | 40 |
| Octal | 231 | 223 | 265 | 17 | 23 | 0 | 35 | 373 | 23 | 100 |
| Binary | 10011001 | 10010011 | 10110101 | 1111 | 10011 | 0 | 11101 | 11111011 | 10011 | 1000000 |
Color Harmonies of #9993B5
Complementary color
Monochromatic Colors of #9993B5
Black with #9993B5
Text Example
Text Example
White with #9993B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9993B5; }
p { color: rgb(153,147,181); }
H1.HeaderClassName
{
color: #9993B5;
}
.AnyTagClassName
{
color: #9993B5;
}
</style>
background-color css
<style>
a { background-color: #9993B5; }
a { background-color: rgb(153,147,181); }
div.DivClassName
{
background-color: #9993B5;
}
.BgClassName
{
background-color: #9993B5;
}
</style>
border-color css
<style>
span { border-color: #9993B5; }
span { border-color: rgb(153,147,181); }
td.TdClassName
{
border-color: #9993B5;
}
.TagClassName
{
border-color: #9993B5;
}
</style>