Shades of Logan #9692BB
Tints of Logan #9692BB
RGB
CMYK
RGB Variations
Color information
#9692BB (or 0x9692BB) is known color: Logan. HEX triplet: 96, 92 and BB. RGB value is (150,146,187). Sum of RGB (Red+Green+Blue) = 150+146+187=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #9692BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9692BB is #696D44. Grayscale: #979797. Windows color (decimal): -6909253 or 12292758. OLE color: 12292758.
HSL color Cylindrical-coordinate representation of color #9692BB: hue angle of 245.85º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9692BB is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 146 | 187 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.27 |
| HSL | 245.85º | 0.23% | 0.65% | - |
| HSV(B) | 245.85º | 0.22% | 0.73% | - |
| XYZ | 31.83 | 30.63 | 51.25 | - |
| YUV | 151.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 187 | 0.20 | 0.22 | 0 | 0.27 | 245.85 | 0.23 | 0.65 |
| Hex | 96 | 92 | BB | 14 | 16 | 0 | 1B | F6 | 17 | 41 |
| Octal | 226 | 222 | 273 | 24 | 26 | 0 | 33 | 366 | 27 | 101 |
| Binary | 10010110 | 10010010 | 10111011 | 10100 | 10110 | 0 | 11011 | 11110110 | 10111 | 1000001 |
Color Harmonies of #9692BB
Complementary color
Monochromatic Colors of #9692BB
Black with #9692BB
Text Example
Text Example
White with #9692BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9692BB; }
p { color: rgb(150,146,187); }
H1.HeaderClassName
{
color: #9692BB;
}
.AnyTagClassName
{
color: #9692BB;
}
</style>
background-color css
<style>
a { background-color: #9692BB; }
a { background-color: rgb(150,146,187); }
div.DivClassName
{
background-color: #9692BB;
}
.BgClassName
{
background-color: #9692BB;
}
</style>
border-color css
<style>
span { border-color: #9692BB; }
span { border-color: rgb(150,146,187); }
td.TdClassName
{
border-color: #9692BB;
}
.TagClassName
{
border-color: #9692BB;
}
</style>