Shades of Logan #969BB9
Tints of Logan #969BB9
RGB
CMYK
RGB Variations
Color information
#969BB9 (or 0x969BB9) is known color: Logan. HEX triplet: 96, 9B and B9. RGB value is (150,155,185). Sum of RGB (Red+Green+Blue) = 150+155+185=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 185 - color contains mainly: blue. Hex color #969BB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BB9 is #696446. Grayscale: #9C9C9C. Windows color (decimal): -6906951 or 12163990. OLE color: 12163990.
HSL color Cylindrical-coordinate representation of color #969BB9: hue angle of 231.43º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #969BB9 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 155 | 185 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.27 |
| HSL | 231.43º | 0.2% | 0.66% | - |
| HSV(B) | 231.43º | 0.19% | 0.73% | - |
| XYZ | 33.06 | 33.43 | 50.61 | - |
| YUV | 156.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 185 | 0.19 | 0.16 | 0 | 0.27 | 231.43 | 0.2 | 0.66 |
| Hex | 96 | 9B | B9 | 13 | 10 | 0 | 1B | E7 | 14 | 42 |
| Octal | 226 | 233 | 271 | 23 | 20 | 0 | 33 | 347 | 24 | 102 |
| Binary | 10010110 | 10011011 | 10111001 | 10011 | 10000 | 0 | 11011 | 11100111 | 10100 | 1000010 |
Color Harmonies of #969BB9
Complementary color
Monochromatic Colors of #969BB9
Black with #969BB9
Text Example
Text Example
White with #969BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969BB9; }
p { color: rgb(150,155,185); }
H1.HeaderClassName
{
color: #969BB9;
}
.AnyTagClassName
{
color: #969BB9;
}
</style>
background-color css
<style>
a { background-color: #969BB9; }
a { background-color: rgb(150,155,185); }
div.DivClassName
{
background-color: #969BB9;
}
.BgClassName
{
background-color: #969BB9;
}
</style>
border-color css
<style>
span { border-color: #969BB9; }
span { border-color: rgb(150,155,185); }
td.TdClassName
{
border-color: #969BB9;
}
.TagClassName
{
border-color: #969BB9;
}
</style>