Shades of Logan #9690BC
Tints of Logan #9690BC
RGB
CMYK
RGB Variations
Color information
#9690BC (or 0x9690BC) is known color: Logan. HEX triplet: 96, 90 and BC. RGB value is (150,144,188). Sum of RGB (Red+Green+Blue) = 150+144+188=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #9690BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9690BC is #696F43. Grayscale: #969696. Windows color (decimal): -6909764 or 12357782. OLE color: 12357782.
HSL color Cylindrical-coordinate representation of color #9690BC: hue angle of 248.18º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9690BC is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 144 | 188 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.26 |
| HSL | 248.18º | 0.25% | 0.65% | - |
| HSV(B) | 248.18º | 0.23% | 0.74% | - |
| XYZ | 31.63 | 30.06 | 51.71 | - |
| YUV | 150.81 | 148.99 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 188 | 0.20 | 0.23 | 0 | 0.26 | 248.18 | 0.25 | 0.65 |
| Hex | 96 | 90 | BC | 14 | 17 | 0 | 1A | F8 | 19 | 41 |
| Octal | 226 | 220 | 274 | 24 | 27 | 0 | 32 | 370 | 31 | 101 |
| Binary | 10010110 | 10010000 | 10111100 | 10100 | 10111 | 0 | 11010 | 11111000 | 11001 | 1000001 |
Color Harmonies of #9690BC
Complementary color
Monochromatic Colors of #9690BC
Black with #9690BC
Text Example
Text Example
White with #9690BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9690BC; }
p { color: rgb(150,144,188); }
H1.HeaderClassName
{
color: #9690BC;
}
.AnyTagClassName
{
color: #9690BC;
}
</style>
background-color css
<style>
a { background-color: #9690BC; }
a { background-color: rgb(150,144,188); }
div.DivClassName
{
background-color: #9690BC;
}
.BgClassName
{
background-color: #9690BC;
}
</style>
border-color css
<style>
span { border-color: #9690BC; }
span { border-color: rgb(150,144,188); }
td.TdClassName
{
border-color: #9690BC;
}
.TagClassName
{
border-color: #9690BC;
}
</style>