Shades of Logan #9693B9
Tints of Logan #9693B9
RGB
CMYK
RGB Variations
Color information
#9693B9 (or 0x9693B9) is known color: Logan. HEX triplet: 96, 93 and B9. RGB value is (150,147,185). Sum of RGB (Red+Green+Blue) = 150+147+185=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 185 - color contains mainly: blue. Hex color #9693B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9693B9 is #696C46. Grayscale: #989898. Windows color (decimal): -6908999 or 12161942. OLE color: 12161942.
HSL color Cylindrical-coordinate representation of color #9693B9: hue angle of 244.74º degrees, saturation: 0.21, 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 #9693B9 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 147 | 185 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.27 |
| HSL | 244.74º | 0.21% | 0.65% | - |
| HSV(B) | 244.74º | 0.21% | 0.73% | - |
| XYZ | 31.77 | 30.85 | 50.18 | - |
| YUV | 152.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 185 | 0.19 | 0.21 | 0 | 0.27 | 244.74 | 0.21 | 0.65 |
| Hex | 96 | 93 | B9 | 13 | 15 | 0 | 1B | F5 | 15 | 41 |
| Octal | 226 | 223 | 271 | 23 | 25 | 0 | 33 | 365 | 25 | 101 |
| Binary | 10010110 | 10010011 | 10111001 | 10011 | 10101 | 0 | 11011 | 11110101 | 10101 | 1000001 |
Color Harmonies of #9693B9
Complementary color
Monochromatic Colors of #9693B9
Black with #9693B9
Text Example
Text Example
White with #9693B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9693B9; }
p { color: rgb(150,147,185); }
H1.HeaderClassName
{
color: #9693B9;
}
.AnyTagClassName
{
color: #9693B9;
}
</style>
background-color css
<style>
a { background-color: #9693B9; }
a { background-color: rgb(150,147,185); }
div.DivClassName
{
background-color: #9693B9;
}
.BgClassName
{
background-color: #9693B9;
}
</style>
border-color css
<style>
span { border-color: #9693B9; }
span { border-color: rgb(150,147,185); }
td.TdClassName
{
border-color: #9693B9;
}
.TagClassName
{
border-color: #9693B9;
}
</style>