Shades of Logan #9397B3
Tints of Logan #9397B3
RGB
CMYK
RGB Variations
Color information
#9397B3 (or 0x9397B3) is known color: Logan. HEX triplet: 93, 97 and B3. RGB value is (147,151,179). Sum of RGB (Red+Green+Blue) = 147+151+179=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 179 - color contains mainly: blue. Hex color #9397B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9397B3 is #6C684C. Grayscale: #989898. Windows color (decimal): -7104589 or 11769747. OLE color: 11769747.
HSL color Cylindrical-coordinate representation of color #9397B3: hue angle of 232.5º 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 #9397B3 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 151 | 179 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.30 |
| HSL | 232.5º | 0.17% | 0.64% | - |
| HSV(B) | 232.5º | 0.18% | 0.7% | - |
| XYZ | 31.24 | 31.59 | 47.1 | - |
| YUV | 153 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 151 | 179 | 0.18 | 0.16 | 0 | 0.30 | 232.5 | 0.17 | 0.64 |
| Hex | 93 | 97 | B3 | 12 | 10 | 0 | 1E | E8 | 11 | 40 |
| Octal | 223 | 227 | 263 | 22 | 20 | 0 | 36 | 350 | 21 | 100 |
| Binary | 10010011 | 10010111 | 10110011 | 10010 | 10000 | 0 | 11110 | 11101000 | 10001 | 1000000 |
Color Harmonies of #9397B3
Complementary color
Monochromatic Colors of #9397B3
Black with #9397B3
Text Example
Text Example
White with #9397B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9397B3; }
p { color: rgb(147,151,179); }
H1.HeaderClassName
{
color: #9397B3;
}
.AnyTagClassName
{
color: #9397B3;
}
</style>
background-color css
<style>
a { background-color: #9397B3; }
a { background-color: rgb(147,151,179); }
div.DivClassName
{
background-color: #9397B3;
}
.BgClassName
{
background-color: #9397B3;
}
</style>
border-color css
<style>
span { border-color: #9397B3; }
span { border-color: rgb(147,151,179); }
td.TdClassName
{
border-color: #9397B3;
}
.TagClassName
{
border-color: #9397B3;
}
</style>