Shades of Logan #958FB9
Tints of Logan #958FB9
RGB
CMYK
RGB Variations
Color information
#958FB9 (or 0x958FB9) is known color: Logan. HEX triplet: 95, 8F and B9. RGB value is (149,143,185). Sum of RGB (Red+Green+Blue) = 149+143+185=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 185 - color contains mainly: blue. Hex color #958FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FB9 is #6A7046. Grayscale: #959595. Windows color (decimal): -6975559 or 12160917. OLE color: 12160917.
HSL color Cylindrical-coordinate representation of color #958FB9: hue angle of 248.57º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #958FB9 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 143 | 185 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.27 |
| HSL | 248.57º | 0.23% | 0.64% | - |
| HSV(B) | 248.57º | 0.23% | 0.73% | - |
| XYZ | 30.97 | 29.54 | 49.97 | - |
| YUV | 149.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 185 | 0.19 | 0.23 | 0 | 0.27 | 248.57 | 0.23 | 0.64 |
| Hex | 95 | 8F | B9 | 13 | 17 | 0 | 1B | F9 | 17 | 40 |
| Octal | 225 | 217 | 271 | 23 | 27 | 0 | 33 | 371 | 27 | 100 |
| Binary | 10010101 | 10001111 | 10111001 | 10011 | 10111 | 0 | 11011 | 11111001 | 10111 | 1000000 |
Color Harmonies of #958FB9
Complementary color
Monochromatic Colors of #958FB9
Black with #958FB9
Text Example
Text Example
White with #958FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FB9; }
p { color: rgb(149,143,185); }
H1.HeaderClassName
{
color: #958FB9;
}
.AnyTagClassName
{
color: #958FB9;
}
</style>
background-color css
<style>
a { background-color: #958FB9; }
a { background-color: rgb(149,143,185); }
div.DivClassName
{
background-color: #958FB9;
}
.BgClassName
{
background-color: #958FB9;
}
</style>
border-color css
<style>
span { border-color: #958FB9; }
span { border-color: rgb(149,143,185); }
td.TdClassName
{
border-color: #958FB9;
}
.TagClassName
{
border-color: #958FB9;
}
</style>