Shades of Logan #9993B4
Tints of Logan #9993B4
RGB
CMYK
RGB Variations
Color information
#9993B4 (or 0x9993B4) is known color: Logan. HEX triplet: 99, 93 and B4. RGB value is (153,147,180). Sum of RGB (Red+Green+Blue) = 153+147+180=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 180 - color contains mainly: blue. Hex color #9993B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9993B4 is #666C4B. Grayscale: #989898. Windows color (decimal): -6712396 or 11834265. OLE color: 11834265.
HSL color Cylindrical-coordinate representation of color #9993B4: hue angle of 250.91º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9993B4 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 147 | 180 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.29 |
| HSL | 250.91º | 0.18% | 0.64% | - |
| HSV(B) | 250.91º | 0.18% | 0.71% | - |
| XYZ | 31.81 | 30.94 | 47.47 | - |
| YUV | 152.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 180 | 0.15 | 0.18 | 0 | 0.29 | 250.91 | 0.18 | 0.64 |
| Hex | 99 | 93 | B4 | F | 12 | 0 | 1D | FB | 12 | 40 |
| Octal | 231 | 223 | 264 | 17 | 22 | 0 | 35 | 373 | 22 | 100 |
| Binary | 10011001 | 10010011 | 10110100 | 1111 | 10010 | 0 | 11101 | 11111011 | 10010 | 1000000 |
Color Harmonies of #9993B4
Complementary color
Monochromatic Colors of #9993B4
Black with #9993B4
Text Example
Text Example
White with #9993B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9993B4; }
p { color: rgb(153,147,180); }
H1.HeaderClassName
{
color: #9993B4;
}
.AnyTagClassName
{
color: #9993B4;
}
</style>
background-color css
<style>
a { background-color: #9993B4; }
a { background-color: rgb(153,147,180); }
div.DivClassName
{
background-color: #9993B4;
}
.BgClassName
{
background-color: #9993B4;
}
</style>
border-color css
<style>
span { border-color: #9993B4; }
span { border-color: rgb(153,147,180); }
td.TdClassName
{
border-color: #9993B4;
}
.TagClassName
{
border-color: #9993B4;
}
</style>