Shades of Logan #9498B1
Tints of Logan #9498B1
RGB
CMYK
RGB Variations
Color information
#9498B1 (or 0x9498B1) is known color: Logan. HEX triplet: 94, 98 and B1. RGB value is (148,152,177). Sum of RGB (Red+Green+Blue) = 148+152+177=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 177 - color contains mainly: blue. Hex color #9498B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9498B1 is #6B674E. Grayscale: #999999. Windows color (decimal): -7038799 or 11638932. OLE color: 11638932.
HSL color Cylindrical-coordinate representation of color #9498B1: hue angle of 231.72º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9498B1 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 152 | 177 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.31 |
| HSL | 231.72º | 0.16% | 0.64% | - |
| HSV(B) | 231.72º | 0.16% | 0.69% | - |
| XYZ | 31.38 | 31.93 | 46.1 | - |
| YUV | 153.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 177 | 0.16 | 0.14 | 0 | 0.31 | 231.72 | 0.16 | 0.64 |
| Hex | 94 | 98 | B1 | 10 | E | 0 | 1F | E8 | 10 | 40 |
| Octal | 224 | 230 | 261 | 20 | 16 | 0 | 37 | 350 | 20 | 100 |
| Binary | 10010100 | 10011000 | 10110001 | 10000 | 1110 | 0 | 11111 | 11101000 | 10000 | 1000000 |
Color Harmonies of #9498B1
Complementary color
Monochromatic Colors of #9498B1
Black with #9498B1
Text Example
Text Example
White with #9498B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9498B1; }
p { color: rgb(148,152,177); }
H1.HeaderClassName
{
color: #9498B1;
}
.AnyTagClassName
{
color: #9498B1;
}
</style>
background-color css
<style>
a { background-color: #9498B1; }
a { background-color: rgb(148,152,177); }
div.DivClassName
{
background-color: #9498B1;
}
.BgClassName
{
background-color: #9498B1;
}
</style>
border-color css
<style>
span { border-color: #9498B1; }
span { border-color: rgb(148,152,177); }
td.TdClassName
{
border-color: #9498B1;
}
.TagClassName
{
border-color: #9498B1;
}
</style>