Shades of Logan #9695BB
Tints of Logan #9695BB
RGB
CMYK
RGB Variations
Color information
#9695BB (or 0x9695BB) is known color: Logan. HEX triplet: 96, 95 and BB. RGB value is (150,149,187). Sum of RGB (Red+Green+Blue) = 150+149+187=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #9695BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9695BB is #696A44. Grayscale: #999999. Windows color (decimal): -6908485 or 12293526. OLE color: 12293526.
HSL color Cylindrical-coordinate representation of color #9695BB: hue angle of 241.58º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9695BB is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 149 | 187 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.27 |
| HSL | 241.58º | 0.22% | 0.66% | - |
| HSV(B) | 241.58º | 0.2% | 0.73% | - |
| XYZ | 32.29 | 31.57 | 51.4 | - |
| YUV | 153.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 187 | 0.20 | 0.20 | 0 | 0.27 | 241.58 | 0.22 | 0.66 |
| Hex | 96 | 95 | BB | 14 | 14 | 0 | 1B | F2 | 16 | 42 |
| Octal | 226 | 225 | 273 | 24 | 24 | 0 | 33 | 362 | 26 | 102 |
| Binary | 10010110 | 10010101 | 10111011 | 10100 | 10100 | 0 | 11011 | 11110010 | 10110 | 1000010 |
Color Harmonies of #9695BB
Complementary color
Monochromatic Colors of #9695BB
Black with #9695BB
Text Example
Text Example
White with #9695BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9695BB; }
p { color: rgb(150,149,187); }
H1.HeaderClassName
{
color: #9695BB;
}
.AnyTagClassName
{
color: #9695BB;
}
</style>
background-color css
<style>
a { background-color: #9695BB; }
a { background-color: rgb(150,149,187); }
div.DivClassName
{
background-color: #9695BB;
}
.BgClassName
{
background-color: #9695BB;
}
</style>
border-color css
<style>
span { border-color: #9695BB; }
span { border-color: rgb(150,149,187); }
td.TdClassName
{
border-color: #9695BB;
}
.TagClassName
{
border-color: #9695BB;
}
</style>