Shades of Logan #9799B8
Tints of Logan #9799B8
RGB
CMYK
RGB Variations
Color information
#9799B8 (or 0x9799B8) is known color: Logan. HEX triplet: 97, 99 and B8. RGB value is (151,153,184). Sum of RGB (Red+Green+Blue) = 151+153+184=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 184 - color contains mainly: blue. Hex color #9799B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9799B8 is #686647. Grayscale: #9B9B9B. Windows color (decimal): -6841928 or 12097943. OLE color: 12097943.
HSL color Cylindrical-coordinate representation of color #9799B8: hue angle of 236.36º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9799B8 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 153 | 184 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.28 |
| HSL | 236.36º | 0.19% | 0.66% | - |
| HSV(B) | 236.36º | 0.18% | 0.72% | - |
| XYZ | 32.81 | 32.82 | 49.95 | - |
| YUV | 155.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 184 | 0.18 | 0.17 | 0 | 0.28 | 236.36 | 0.19 | 0.66 |
| Hex | 97 | 99 | B8 | 12 | 11 | 0 | 1C | EC | 13 | 42 |
| Octal | 227 | 231 | 270 | 22 | 21 | 0 | 34 | 354 | 23 | 102 |
| Binary | 10010111 | 10011001 | 10111000 | 10010 | 10001 | 0 | 11100 | 11101100 | 10011 | 1000010 |
Color Harmonies of #9799B8
Complementary color
Monochromatic Colors of #9799B8
Black with #9799B8
Text Example
Text Example
White with #9799B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9799B8; }
p { color: rgb(151,153,184); }
H1.HeaderClassName
{
color: #9799B8;
}
.AnyTagClassName
{
color: #9799B8;
}
</style>
background-color css
<style>
a { background-color: #9799B8; }
a { background-color: rgb(151,153,184); }
div.DivClassName
{
background-color: #9799B8;
}
.BgClassName
{
background-color: #9799B8;
}
</style>
border-color css
<style>
span { border-color: #9799B8; }
span { border-color: rgb(151,153,184); }
td.TdClassName
{
border-color: #9799B8;
}
.TagClassName
{
border-color: #9799B8;
}
</style>