Shades of Logan #9997BC
Tints of Logan #9997BC
RGB
CMYK
RGB Variations
Color information
#9997BC (or 0x9997BC) is known color: Logan. HEX triplet: 99, 97 and BC. RGB value is (153,151,188). Sum of RGB (Red+Green+Blue) = 153+151+188=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #9997BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9997BC is #666843. Grayscale: #9B9B9B. Windows color (decimal): -6711364 or 12359577. OLE color: 12359577.
HSL color Cylindrical-coordinate representation of color #9997BC: hue angle of 243.24º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9997BC is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 151 | 188 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.26 |
| HSL | 243.24º | 0.22% | 0.66% | - |
| HSV(B) | 243.24º | 0.2% | 0.74% | - |
| XYZ | 33.28 | 32.54 | 52.1 | - |
| YUV | 155.82 | 146.16 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 151 | 188 | 0.19 | 0.20 | 0 | 0.26 | 243.24 | 0.22 | 0.66 |
| Hex | 99 | 97 | BC | 13 | 14 | 0 | 1A | F3 | 16 | 42 |
| Octal | 231 | 227 | 274 | 23 | 24 | 0 | 32 | 363 | 26 | 102 |
| Binary | 10011001 | 10010111 | 10111100 | 10011 | 10100 | 0 | 11010 | 11110011 | 10110 | 1000010 |
Color Harmonies of #9997BC
Complementary color
Monochromatic Colors of #9997BC
Black with #9997BC
Text Example
Text Example
White with #9997BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9997BC; }
p { color: rgb(153,151,188); }
H1.HeaderClassName
{
color: #9997BC;
}
.AnyTagClassName
{
color: #9997BC;
}
</style>
background-color css
<style>
a { background-color: #9997BC; }
a { background-color: rgb(153,151,188); }
div.DivClassName
{
background-color: #9997BC;
}
.BgClassName
{
background-color: #9997BC;
}
</style>
border-color css
<style>
span { border-color: #9997BC; }
span { border-color: rgb(153,151,188); }
td.TdClassName
{
border-color: #9997BC;
}
.TagClassName
{
border-color: #9997BC;
}
</style>