Shades of Logan #9395B3
Tints of Logan #9395B3
RGB
CMYK
RGB Variations
Color information
#9395B3 (or 0x9395B3) is known color: Logan. HEX triplet: 93, 95 and B3. RGB value is (147,149,179). Sum of RGB (Red+Green+Blue) = 147+149+179=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 179 - color contains mainly: blue. Hex color #9395B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9395B3 is #6C6A4C. Grayscale: #979797. Windows color (decimal): -7105101 or 11769235. OLE color: 11769235.
HSL color Cylindrical-coordinate representation of color #9395B3: hue angle of 236.25º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9395B3 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 149 | 179 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.30 |
| HSL | 236.25º | 0.17% | 0.64% | - |
| HSV(B) | 236.25º | 0.18% | 0.7% | - |
| XYZ | 30.92 | 30.95 | 46.99 | - |
| YUV | 151.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 179 | 0.18 | 0.17 | 0 | 0.30 | 236.25 | 0.17 | 0.64 |
| Hex | 93 | 95 | B3 | 12 | 11 | 0 | 1E | EC | 11 | 40 |
| Octal | 223 | 225 | 263 | 22 | 21 | 0 | 36 | 354 | 21 | 100 |
| Binary | 10010011 | 10010101 | 10110011 | 10010 | 10001 | 0 | 11110 | 11101100 | 10001 | 1000000 |
Color Harmonies of #9395B3
Complementary color
Monochromatic Colors of #9395B3
Black with #9395B3
Text Example
Text Example
White with #9395B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9395B3; }
p { color: rgb(147,149,179); }
H1.HeaderClassName
{
color: #9395B3;
}
.AnyTagClassName
{
color: #9395B3;
}
</style>
background-color css
<style>
a { background-color: #9395B3; }
a { background-color: rgb(147,149,179); }
div.DivClassName
{
background-color: #9395B3;
}
.BgClassName
{
background-color: #9395B3;
}
</style>
border-color css
<style>
span { border-color: #9395B3; }
span { border-color: rgb(147,149,179); }
td.TdClassName
{
border-color: #9395B3;
}
.TagClassName
{
border-color: #9395B3;
}
</style>