Shades of Logan #9998B4
Tints of Logan #9998B4
RGB
CMYK
RGB Variations
Color information
#9998B4 (or 0x9998B4) is known color: Logan. HEX triplet: 99, 98 and B4. RGB value is (153,152,180). Sum of RGB (Red+Green+Blue) = 153+152+180=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 180 - color contains mainly: blue. Hex color #9998B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9998B4 is #66674B. Grayscale: #9B9B9B. Windows color (decimal): -6711116 or 11835545. OLE color: 11835545.
HSL color Cylindrical-coordinate representation of color #9998B4: hue angle of 242.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9998B4 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 152 | 180 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.29 |
| HSL | 242.14º | 0.16% | 0.65% | - |
| HSV(B) | 242.14º | 0.16% | 0.71% | - |
| XYZ | 32.6 | 32.52 | 47.74 | - |
| YUV | 155.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 180 | 0.15 | 0.16 | 0 | 0.29 | 242.14 | 0.16 | 0.65 |
| Hex | 99 | 98 | B4 | F | 10 | 0 | 1D | F2 | 10 | 41 |
| Octal | 231 | 230 | 264 | 17 | 20 | 0 | 35 | 362 | 20 | 101 |
| Binary | 10011001 | 10011000 | 10110100 | 1111 | 10000 | 0 | 11101 | 11110010 | 10000 | 1000001 |
Color Harmonies of #9998B4
Complementary color
Monochromatic Colors of #9998B4
Black with #9998B4
Text Example
Text Example
White with #9998B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9998B4; }
p { color: rgb(153,152,180); }
H1.HeaderClassName
{
color: #9998B4;
}
.AnyTagClassName
{
color: #9998B4;
}
</style>
background-color css
<style>
a { background-color: #9998B4; }
a { background-color: rgb(153,152,180); }
div.DivClassName
{
background-color: #9998B4;
}
.BgClassName
{
background-color: #9998B4;
}
</style>
border-color css
<style>
span { border-color: #9998B4; }
span { border-color: rgb(153,152,180); }
td.TdClassName
{
border-color: #9998B4;
}
.TagClassName
{
border-color: #9998B4;
}
</style>