Shades of Logan #9796BD
Tints of Logan #9796BD
RGB
CMYK
RGB Variations
Color information
#9796BD (or 0x9796BD) is known color: Logan. HEX triplet: 97, 96 and BD. RGB value is (151,150,189). Sum of RGB (Red+Green+Blue) = 151+150+189=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #9796BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9796BD is #686942. Grayscale: #9A9A9A. Windows color (decimal): -6842691 or 12424855. OLE color: 12424855.
HSL color Cylindrical-coordinate representation of color #9796BD: hue angle of 241.54º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9796BD is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 150 | 189 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.26 |
| HSL | 241.54º | 0.23% | 0.66% | - |
| HSV(B) | 241.54º | 0.21% | 0.74% | - |
| XYZ | 32.85 | 32.07 | 52.6 | - |
| YUV | 154.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 150 | 189 | 0.20 | 0.21 | 0 | 0.26 | 241.54 | 0.23 | 0.66 |
| Hex | 97 | 96 | BD | 14 | 15 | 0 | 1A | F2 | 17 | 42 |
| Octal | 227 | 226 | 275 | 24 | 25 | 0 | 32 | 362 | 27 | 102 |
| Binary | 10010111 | 10010110 | 10111101 | 10100 | 10101 | 0 | 11010 | 11110010 | 10111 | 1000010 |
Color Harmonies of #9796BD
Complementary color
Monochromatic Colors of #9796BD
Black with #9796BD
Text Example
Text Example
White with #9796BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9796BD; }
p { color: rgb(151,150,189); }
H1.HeaderClassName
{
color: #9796BD;
}
.AnyTagClassName
{
color: #9796BD;
}
</style>
background-color css
<style>
a { background-color: #9796BD; }
a { background-color: rgb(151,150,189); }
div.DivClassName
{
background-color: #9796BD;
}
.BgClassName
{
background-color: #9796BD;
}
</style>
border-color css
<style>
span { border-color: #9796BD; }
span { border-color: rgb(151,150,189); }
td.TdClassName
{
border-color: #9796BD;
}
.TagClassName
{
border-color: #9796BD;
}
</style>