Shades of Logan #9693BA
Tints of Logan #9693BA
RGB
CMYK
RGB Variations
Color information
#9693BA (or 0x9693BA) is known color: Logan. HEX triplet: 96, 93 and BA. RGB value is (150,147,186). Sum of RGB (Red+Green+Blue) = 150+147+186=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #9693BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9693BA is #696C45. Grayscale: #989898. Windows color (decimal): -6908998 or 12227478. OLE color: 12227478.
HSL color Cylindrical-coordinate representation of color #9693BA: hue angle of 244.62º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9693BA is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 147 | 186 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.27 |
| HSL | 244.62º | 0.22% | 0.65% | - |
| HSV(B) | 244.62º | 0.21% | 0.73% | - |
| XYZ | 31.87 | 30.9 | 50.74 | - |
| YUV | 152.34 | 146.99 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 186 | 0.19 | 0.21 | 0 | 0.27 | 244.62 | 0.22 | 0.65 |
| Hex | 96 | 93 | BA | 13 | 15 | 0 | 1B | F5 | 16 | 41 |
| Octal | 226 | 223 | 272 | 23 | 25 | 0 | 33 | 365 | 26 | 101 |
| Binary | 10010110 | 10010011 | 10111010 | 10011 | 10101 | 0 | 11011 | 11110101 | 10110 | 1000001 |
Color Harmonies of #9693BA
Complementary color
Monochromatic Colors of #9693BA
Black with #9693BA
Text Example
Text Example
White with #9693BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9693BA; }
p { color: rgb(150,147,186); }
H1.HeaderClassName
{
color: #9693BA;
}
.AnyTagClassName
{
color: #9693BA;
}
</style>
background-color css
<style>
a { background-color: #9693BA; }
a { background-color: rgb(150,147,186); }
div.DivClassName
{
background-color: #9693BA;
}
.BgClassName
{
background-color: #9693BA;
}
</style>
border-color css
<style>
span { border-color: #9693BA; }
span { border-color: rgb(150,147,186); }
td.TdClassName
{
border-color: #9693BA;
}
.TagClassName
{
border-color: #9693BA;
}
</style>