Shades of Logan #9892BD
Tints of Logan #9892BD
RGB
CMYK
RGB Variations
Color information
#9892BD (or 0x9892BD) is known color: Logan. HEX triplet: 98, 92 and BD. RGB value is (152,146,189). Sum of RGB (Red+Green+Blue) = 152+146+189=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #9892BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9892BD is #676D42. Grayscale: #989898. Windows color (decimal): -6778179 or 12423832. OLE color: 12423832.
HSL color Cylindrical-coordinate representation of color #9892BD: hue angle of 248.37º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9892BD is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 146 | 189 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.26 |
| HSL | 248.37º | 0.25% | 0.66% | - |
| HSV(B) | 248.37º | 0.23% | 0.74% | - |
| XYZ | 32.41 | 30.91 | 52.4 | - |
| YUV | 152.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 189 | 0.20 | 0.23 | 0 | 0.26 | 248.37 | 0.25 | 0.66 |
| Hex | 98 | 92 | BD | 14 | 17 | 0 | 1A | F8 | 19 | 42 |
| Octal | 230 | 222 | 275 | 24 | 27 | 0 | 32 | 370 | 31 | 102 |
| Binary | 10011000 | 10010010 | 10111101 | 10100 | 10111 | 0 | 11010 | 11111000 | 11001 | 1000010 |
Color Harmonies of #9892BD
Complementary color
Monochromatic Colors of #9892BD
Black with #9892BD
Text Example
Text Example
White with #9892BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9892BD; }
p { color: rgb(152,146,189); }
H1.HeaderClassName
{
color: #9892BD;
}
.AnyTagClassName
{
color: #9892BD;
}
</style>
background-color css
<style>
a { background-color: #9892BD; }
a { background-color: rgb(152,146,189); }
div.DivClassName
{
background-color: #9892BD;
}
.BgClassName
{
background-color: #9892BD;
}
</style>
border-color css
<style>
span { border-color: #9892BD; }
span { border-color: rgb(152,146,189); }
td.TdClassName
{
border-color: #9892BD;
}
.TagClassName
{
border-color: #9892BD;
}
</style>