Shades of Logan #958FB8
Tints of Logan #958FB8
RGB
CMYK
RGB Variations
Color information
#958FB8 (or 0x958FB8) is known color: Logan. HEX triplet: 95, 8F and B8. RGB value is (149,143,184). Sum of RGB (Red+Green+Blue) = 149+143+184=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 184 - color contains mainly: blue. Hex color #958FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FB8 is #6A7047. Grayscale: #959595. Windows color (decimal): -6975560 or 12095381. OLE color: 12095381.
HSL color Cylindrical-coordinate representation of color #958FB8: hue angle of 248.78º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #958FB8 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 143 | 184 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.28 |
| HSL | 248.78º | 0.22% | 0.64% | - |
| HSV(B) | 248.78º | 0.22% | 0.72% | - |
| XYZ | 30.87 | 29.5 | 49.41 | - |
| YUV | 149.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 184 | 0.19 | 0.22 | 0 | 0.28 | 248.78 | 0.22 | 0.64 |
| Hex | 95 | 8F | B8 | 13 | 16 | 0 | 1C | F9 | 16 | 40 |
| Octal | 225 | 217 | 270 | 23 | 26 | 0 | 34 | 371 | 26 | 100 |
| Binary | 10010101 | 10001111 | 10111000 | 10011 | 10110 | 0 | 11100 | 11111001 | 10110 | 1000000 |
Color Harmonies of #958FB8
Complementary color
Monochromatic Colors of #958FB8
Black with #958FB8
Text Example
Text Example
White with #958FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FB8; }
p { color: rgb(149,143,184); }
H1.HeaderClassName
{
color: #958FB8;
}
.AnyTagClassName
{
color: #958FB8;
}
</style>
background-color css
<style>
a { background-color: #958FB8; }
a { background-color: rgb(149,143,184); }
div.DivClassName
{
background-color: #958FB8;
}
.BgClassName
{
background-color: #958FB8;
}
</style>
border-color css
<style>
span { border-color: #958FB8; }
span { border-color: rgb(149,143,184); }
td.TdClassName
{
border-color: #958FB8;
}
.TagClassName
{
border-color: #958FB8;
}
</style>