Shades of Logan #9893BD
Tints of Logan #9893BD
RGB
CMYK
RGB Variations
Color information
#9893BD (or 0x9893BD) is known color: Logan. HEX triplet: 98, 93 and BD. RGB value is (152,147,189). Sum of RGB (Red+Green+Blue) = 152+147+189=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #9893BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9893BD is #676C42. Grayscale: #999999. Windows color (decimal): -6777923 or 12424088. OLE color: 12424088.
HSL color Cylindrical-coordinate representation of color #9893BD: hue angle of 247.14º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9893BD is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 147 | 189 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.26 |
| HSL | 247.14º | 0.24% | 0.66% | - |
| HSV(B) | 247.14º | 0.22% | 0.74% | - |
| XYZ | 32.57 | 31.22 | 52.45 | - |
| YUV | 153.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 189 | 0.20 | 0.22 | 0 | 0.26 | 247.14 | 0.24 | 0.66 |
| Hex | 98 | 93 | BD | 14 | 16 | 0 | 1A | F7 | 18 | 42 |
| Octal | 230 | 223 | 275 | 24 | 26 | 0 | 32 | 367 | 30 | 102 |
| Binary | 10011000 | 10010011 | 10111101 | 10100 | 10110 | 0 | 11010 | 11110111 | 11000 | 1000010 |
Color Harmonies of #9893BD
Complementary color
Monochromatic Colors of #9893BD
Black with #9893BD
Text Example
Text Example
White with #9893BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9893BD; }
p { color: rgb(152,147,189); }
H1.HeaderClassName
{
color: #9893BD;
}
.AnyTagClassName
{
color: #9893BD;
}
</style>
background-color css
<style>
a { background-color: #9893BD; }
a { background-color: rgb(152,147,189); }
div.DivClassName
{
background-color: #9893BD;
}
.BgClassName
{
background-color: #9893BD;
}
</style>
border-color css
<style>
span { border-color: #9893BD; }
span { border-color: rgb(152,147,189); }
td.TdClassName
{
border-color: #9893BD;
}
.TagClassName
{
border-color: #9893BD;
}
</style>