Shades of Logan #948FB8
Tints of Logan #948FB8
RGB
CMYK
RGB Variations
Color information
#948FB8 (or 0x948FB8) is known color: Logan. HEX triplet: 94, 8F and B8. RGB value is (148,143,184). Sum of RGB (Red+Green+Blue) = 148+143+184=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 184 - color contains mainly: blue. Hex color #948FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948FB8 is #6B7047. Grayscale: #959595. Windows color (decimal): -7041096 or 12095380. OLE color: 12095380.
HSL color Cylindrical-coordinate representation of color #948FB8: hue angle of 247.32º 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 #948FB8 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 143 | 184 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.28 |
| HSL | 247.32º | 0.22% | 0.64% | - |
| HSV(B) | 247.32º | 0.22% | 0.72% | - |
| XYZ | 30.69 | 29.4 | 49.41 | - |
| YUV | 149.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 184 | 0.20 | 0.22 | 0 | 0.28 | 247.32 | 0.22 | 0.64 |
| Hex | 94 | 8F | B8 | 14 | 16 | 0 | 1C | F7 | 16 | 40 |
| Octal | 224 | 217 | 270 | 24 | 26 | 0 | 34 | 367 | 26 | 100 |
| Binary | 10010100 | 10001111 | 10111000 | 10100 | 10110 | 0 | 11100 | 11110111 | 10110 | 1000000 |
Color Harmonies of #948FB8
Complementary color
Monochromatic Colors of #948FB8
Black with #948FB8
Text Example
Text Example
White with #948FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FB8; }
p { color: rgb(148,143,184); }
H1.HeaderClassName
{
color: #948FB8;
}
.AnyTagClassName
{
color: #948FB8;
}
</style>
background-color css
<style>
a { background-color: #948FB8; }
a { background-color: rgb(148,143,184); }
div.DivClassName
{
background-color: #948FB8;
}
.BgClassName
{
background-color: #948FB8;
}
</style>
border-color css
<style>
span { border-color: #948FB8; }
span { border-color: rgb(148,143,184); }
td.TdClassName
{
border-color: #948FB8;
}
.TagClassName
{
border-color: #948FB8;
}
</style>