Shades of Logan #908FBC
Tints of Logan #908FBC
RGB
CMYK
RGB Variations
Color information
#908FBC (or 0x908FBC) is known color: Logan. HEX triplet: 90, 8F and BC. RGB value is (144,143,188). Sum of RGB (Red+Green+Blue) = 144+143+188=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #908FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FBC is #6F7043. Grayscale: #949494. Windows color (decimal): -7303236 or 12357520. OLE color: 12357520.
HSL color Cylindrical-coordinate representation of color #908FBC: hue angle of 241.33º 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 #908FBC is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 143 | 188 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.26 |
| HSL | 241.33º | 0.25% | 0.65% | - |
| HSV(B) | 241.33º | 0.24% | 0.74% | - |
| XYZ | 30.4 | 29.21 | 51.61 | - |
| YUV | 148.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 188 | 0.23 | 0.24 | 0 | 0.26 | 241.33 | 0.25 | 0.65 |
| Hex | 90 | 8F | BC | 17 | 18 | 0 | 1A | F1 | 19 | 41 |
| Octal | 220 | 217 | 274 | 27 | 30 | 0 | 32 | 361 | 31 | 101 |
| Binary | 10010000 | 10001111 | 10111100 | 10111 | 11000 | 0 | 11010 | 11110001 | 11001 | 1000001 |
Color Harmonies of #908FBC
Complementary color
Monochromatic Colors of #908FBC
Black with #908FBC
Text Example
Text Example
White with #908FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FBC; }
p { color: rgb(144,143,188); }
H1.HeaderClassName
{
color: #908FBC;
}
.AnyTagClassName
{
color: #908FBC;
}
</style>
background-color css
<style>
a { background-color: #908FBC; }
a { background-color: rgb(144,143,188); }
div.DivClassName
{
background-color: #908FBC;
}
.BgClassName
{
background-color: #908FBC;
}
</style>
border-color css
<style>
span { border-color: #908FBC; }
span { border-color: rgb(144,143,188); }
td.TdClassName
{
border-color: #908FBC;
}
.TagClassName
{
border-color: #908FBC;
}
</style>