Shades of Logan #948FBC
Tints of Logan #948FBC
RGB
CMYK
RGB Variations
Color information
#948FBC (or 0x948FBC) is known color: Logan. HEX triplet: 94, 8F and BC. RGB value is (148,143,188). Sum of RGB (Red+Green+Blue) = 148+143+188=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #948FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948FBC is #6B7043. Grayscale: #959595. Windows color (decimal): -7041092 or 12357524. OLE color: 12357524.
HSL color Cylindrical-coordinate representation of color #948FBC: hue angle of 246.67º degrees, saturation: 0.25, 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 #948FBC is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 143 | 188 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.26 |
| HSL | 246.67º | 0.25% | 0.65% | - |
| HSV(B) | 246.67º | 0.24% | 0.74% | - |
| XYZ | 31.11 | 29.57 | 51.65 | - |
| YUV | 149.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 188 | 0.21 | 0.24 | 0 | 0.26 | 246.67 | 0.25 | 0.65 |
| Hex | 94 | 8F | BC | 15 | 18 | 0 | 1A | F7 | 19 | 41 |
| Octal | 224 | 217 | 274 | 25 | 30 | 0 | 32 | 367 | 31 | 101 |
| Binary | 10010100 | 10001111 | 10111100 | 10101 | 11000 | 0 | 11010 | 11110111 | 11001 | 1000001 |
Color Harmonies of #948FBC
Complementary color
Monochromatic Colors of #948FBC
Black with #948FBC
Text Example
Text Example
White with #948FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FBC; }
p { color: rgb(148,143,188); }
H1.HeaderClassName
{
color: #948FBC;
}
.AnyTagClassName
{
color: #948FBC;
}
</style>
background-color css
<style>
a { background-color: #948FBC; }
a { background-color: rgb(148,143,188); }
div.DivClassName
{
background-color: #948FBC;
}
.BgClassName
{
background-color: #948FBC;
}
</style>
border-color css
<style>
span { border-color: #948FBC; }
span { border-color: rgb(148,143,188); }
td.TdClassName
{
border-color: #948FBC;
}
.TagClassName
{
border-color: #948FBC;
}
</style>