Shades of Logan #9793BD
Tints of Logan #9793BD
RGB
CMYK
RGB Variations
Color information
#9793BD (or 0x9793BD) is known color: Logan. HEX triplet: 97, 93 and BD. RGB value is (151,147,189). Sum of RGB (Red+Green+Blue) = 151+147+189=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #9793BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9793BD is #686C42. Grayscale: #989898. Windows color (decimal): -6843459 or 12424087. OLE color: 12424087.
HSL color Cylindrical-coordinate representation of color #9793BD: hue angle of 245.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9793BD is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 147 | 189 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.26 |
| HSL | 245.71º | 0.24% | 0.66% | - |
| HSV(B) | 245.71º | 0.22% | 0.74% | - |
| XYZ | 32.38 | 31.12 | 52.44 | - |
| YUV | 152.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 147 | 189 | 0.20 | 0.22 | 0 | 0.26 | 245.71 | 0.24 | 0.66 |
| Hex | 97 | 93 | BD | 14 | 16 | 0 | 1A | F6 | 18 | 42 |
| Octal | 227 | 223 | 275 | 24 | 26 | 0 | 32 | 366 | 30 | 102 |
| Binary | 10010111 | 10010011 | 10111101 | 10100 | 10110 | 0 | 11010 | 11110110 | 11000 | 1000010 |
Color Harmonies of #9793BD
Complementary color
Monochromatic Colors of #9793BD
Black with #9793BD
Text Example
Text Example
White with #9793BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9793BD; }
p { color: rgb(151,147,189); }
H1.HeaderClassName
{
color: #9793BD;
}
.AnyTagClassName
{
color: #9793BD;
}
</style>
background-color css
<style>
a { background-color: #9793BD; }
a { background-color: rgb(151,147,189); }
div.DivClassName
{
background-color: #9793BD;
}
.BgClassName
{
background-color: #9793BD;
}
</style>
border-color css
<style>
span { border-color: #9793BD; }
span { border-color: rgb(151,147,189); }
td.TdClassName
{
border-color: #9793BD;
}
.TagClassName
{
border-color: #9793BD;
}
</style>