Shades of Logan #949ABB
Tints of Logan #949ABB
RGB
CMYK
RGB Variations
Color information
#949ABB (or 0x949ABB) is known color: Logan. HEX triplet: 94, 9A and BB. RGB value is (148,154,187). Sum of RGB (Red+Green+Blue) = 148+154+187=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #949ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ABB is #6B6544. Grayscale: #9B9B9B. Windows color (decimal): -7038277 or 12294804. OLE color: 12294804.
HSL color Cylindrical-coordinate representation of color #949ABB: hue angle of 230.77º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #949ABB is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 154 | 187 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.27 |
| HSL | 230.77º | 0.22% | 0.66% | - |
| HSV(B) | 230.77º | 0.21% | 0.73% | - |
| XYZ | 32.74 | 32.99 | 51.66 | - |
| YUV | 155.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 187 | 0.21 | 0.18 | 0 | 0.27 | 230.77 | 0.22 | 0.66 |
| Hex | 94 | 9A | BB | 15 | 12 | 0 | 1B | E7 | 16 | 42 |
| Octal | 224 | 232 | 273 | 25 | 22 | 0 | 33 | 347 | 26 | 102 |
| Binary | 10010100 | 10011010 | 10111011 | 10101 | 10010 | 0 | 11011 | 11100111 | 10110 | 1000010 |
Color Harmonies of #949ABB
Complementary color
Monochromatic Colors of #949ABB
Black with #949ABB
Text Example
Text Example
White with #949ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949ABB; }
p { color: rgb(148,154,187); }
H1.HeaderClassName
{
color: #949ABB;
}
.AnyTagClassName
{
color: #949ABB;
}
</style>
background-color css
<style>
a { background-color: #949ABB; }
a { background-color: rgb(148,154,187); }
div.DivClassName
{
background-color: #949ABB;
}
.BgClassName
{
background-color: #949ABB;
}
</style>
border-color css
<style>
span { border-color: #949ABB; }
span { border-color: rgb(148,154,187); }
td.TdClassName
{
border-color: #949ABB;
}
.TagClassName
{
border-color: #949ABB;
}
</style>