Shades of Logan #9698B4
Tints of Logan #9698B4
RGB
CMYK
RGB Variations
Color information
#9698B4 (or 0x9698B4) is known color: Logan. HEX triplet: 96, 98 and B4. RGB value is (150,152,180). Sum of RGB (Red+Green+Blue) = 150+152+180=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #9698B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9698B4 is #69674B. Grayscale: #9A9A9A. Windows color (decimal): -6907724 or 11835542. OLE color: 11835542.
HSL color Cylindrical-coordinate representation of color #9698B4: hue angle of 236º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9698B4 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 152 | 180 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.29 |
| HSL | 236º | 0.17% | 0.65% | - |
| HSV(B) | 236º | 0.17% | 0.71% | - |
| XYZ | 32.04 | 32.24 | 47.71 | - |
| YUV | 154.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 180 | 0.17 | 0.16 | 0 | 0.29 | 236 | 0.17 | 0.65 |
| Hex | 96 | 98 | B4 | 11 | 10 | 0 | 1D | EC | 11 | 41 |
| Octal | 226 | 230 | 264 | 21 | 20 | 0 | 35 | 354 | 21 | 101 |
| Binary | 10010110 | 10011000 | 10110100 | 10001 | 10000 | 0 | 11101 | 11101100 | 10001 | 1000001 |
Color Harmonies of #9698B4
Complementary color
Monochromatic Colors of #9698B4
Black with #9698B4
Text Example
Text Example
White with #9698B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9698B4; }
p { color: rgb(150,152,180); }
H1.HeaderClassName
{
color: #9698B4;
}
.AnyTagClassName
{
color: #9698B4;
}
</style>
background-color css
<style>
a { background-color: #9698B4; }
a { background-color: rgb(150,152,180); }
div.DivClassName
{
background-color: #9698B4;
}
.BgClassName
{
background-color: #9698B4;
}
</style>
border-color css
<style>
span { border-color: #9698B4; }
span { border-color: rgb(150,152,180); }
td.TdClassName
{
border-color: #9698B4;
}
.TagClassName
{
border-color: #9698B4;
}
</style>