Shades of Logan #958FBD
Tints of Logan #958FBD
RGB
CMYK
RGB Variations
Color information
#958FBD (or 0x958FBD) is known color: Logan. HEX triplet: 95, 8F and BD. RGB value is (149,143,189). Sum of RGB (Red+Green+Blue) = 149+143+189=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #958FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FBD is #6A7042. Grayscale: #959595. Windows color (decimal): -6975555 or 12423061. OLE color: 12423061.
HSL color Cylindrical-coordinate representation of color #958FBD: hue angle of 247.83º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #958FBD is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 143 | 189 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.26 |
| HSL | 247.83º | 0.26% | 0.65% | - |
| HSV(B) | 247.83º | 0.24% | 0.74% | - |
| XYZ | 31.4 | 29.71 | 52.22 | - |
| YUV | 150.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 189 | 0.21 | 0.24 | 0 | 0.26 | 247.83 | 0.26 | 0.65 |
| Hex | 95 | 8F | BD | 15 | 18 | 0 | 1A | F8 | 1A | 41 |
| Octal | 225 | 217 | 275 | 25 | 30 | 0 | 32 | 370 | 32 | 101 |
| Binary | 10010101 | 10001111 | 10111101 | 10101 | 11000 | 0 | 11010 | 11111000 | 11010 | 1000001 |
Color Harmonies of #958FBD
Complementary color
Monochromatic Colors of #958FBD
Black with #958FBD
Text Example
Text Example
White with #958FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FBD; }
p { color: rgb(149,143,189); }
H1.HeaderClassName
{
color: #958FBD;
}
.AnyTagClassName
{
color: #958FBD;
}
</style>
background-color css
<style>
a { background-color: #958FBD; }
a { background-color: rgb(149,143,189); }
div.DivClassName
{
background-color: #958FBD;
}
.BgClassName
{
background-color: #958FBD;
}
</style>
border-color css
<style>
span { border-color: #958FBD; }
span { border-color: rgb(149,143,189); }
td.TdClassName
{
border-color: #958FBD;
}
.TagClassName
{
border-color: #958FBD;
}
</style>