Shades of Logan #918FBC
Tints of Logan #918FBC
RGB
CMYK
RGB Variations
Color information
#918FBC (or 0x918FBC) is known color: Logan. HEX triplet: 91, 8F and BC. RGB value is (145,143,188). Sum of RGB (Red+Green+Blue) = 145+143+188=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #918FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918FBC is #6E7043. Grayscale: #949494. Windows color (decimal): -7237700 or 12357521. OLE color: 12357521.
HSL color Cylindrical-coordinate representation of color #918FBC: hue angle of 242.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 #918FBC is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 143 | 188 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.26 |
| HSL | 242.67º | 0.25% | 0.65% | - |
| HSV(B) | 242.67º | 0.24% | 0.74% | - |
| XYZ | 30.58 | 29.3 | 51.62 | - |
| YUV | 148.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 188 | 0.23 | 0.24 | 0 | 0.26 | 242.67 | 0.25 | 0.65 |
| Hex | 91 | 8F | BC | 17 | 18 | 0 | 1A | F3 | 19 | 41 |
| Octal | 221 | 217 | 274 | 27 | 30 | 0 | 32 | 363 | 31 | 101 |
| Binary | 10010001 | 10001111 | 10111100 | 10111 | 11000 | 0 | 11010 | 11110011 | 11001 | 1000001 |
Color Harmonies of #918FBC
Complementary color
Monochromatic Colors of #918FBC
Black with #918FBC
Text Example
Text Example
White with #918FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FBC; }
p { color: rgb(145,143,188); }
H1.HeaderClassName
{
color: #918FBC;
}
.AnyTagClassName
{
color: #918FBC;
}
</style>
background-color css
<style>
a { background-color: #918FBC; }
a { background-color: rgb(145,143,188); }
div.DivClassName
{
background-color: #918FBC;
}
.BgClassName
{
background-color: #918FBC;
}
</style>
border-color css
<style>
span { border-color: #918FBC; }
span { border-color: rgb(145,143,188); }
td.TdClassName
{
border-color: #918FBC;
}
.TagClassName
{
border-color: #918FBC;
}
</style>