Shades of Logan #9395BD
Tints of Logan #9395BD
RGB
CMYK
RGB Variations
Color information
#9395BD (or 0x9395BD) is known color: Logan. HEX triplet: 93, 95 and BD. RGB value is (147,149,189). Sum of RGB (Red+Green+Blue) = 147+149+189=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #9395BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9395BD is #6C6A42. Grayscale: #989898. Windows color (decimal): -7105091 or 12424595. OLE color: 12424595.
HSL color Cylindrical-coordinate representation of color #9395BD: hue angle of 237.14º 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 #9395BD is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 149 | 189 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.26 |
| HSL | 237.14º | 0.24% | 0.66% | - |
| HSV(B) | 237.14º | 0.22% | 0.74% | - |
| XYZ | 31.97 | 31.37 | 52.51 | - |
| YUV | 152.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 189 | 0.22 | 0.21 | 0 | 0.26 | 237.14 | 0.24 | 0.66 |
| Hex | 93 | 95 | BD | 16 | 15 | 0 | 1A | ED | 18 | 42 |
| Octal | 223 | 225 | 275 | 26 | 25 | 0 | 32 | 355 | 30 | 102 |
| Binary | 10010011 | 10010101 | 10111101 | 10110 | 10101 | 0 | 11010 | 11101101 | 11000 | 1000010 |
Color Harmonies of #9395BD
Complementary color
Monochromatic Colors of #9395BD
Black with #9395BD
Text Example
Text Example
White with #9395BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9395BD; }
p { color: rgb(147,149,189); }
H1.HeaderClassName
{
color: #9395BD;
}
.AnyTagClassName
{
color: #9395BD;
}
</style>
background-color css
<style>
a { background-color: #9395BD; }
a { background-color: rgb(147,149,189); }
div.DivClassName
{
background-color: #9395BD;
}
.BgClassName
{
background-color: #9395BD;
}
</style>
border-color css
<style>
span { border-color: #9395BD; }
span { border-color: rgb(147,149,189); }
td.TdClassName
{
border-color: #9395BD;
}
.TagClassName
{
border-color: #9395BD;
}
</style>