Shades of Logan #908FBA
Tints of Logan #908FBA
RGB
CMYK
RGB Variations
Color information
#908FBA (or 0x908FBA) is known color: Logan. HEX triplet: 90, 8F and BA. RGB value is (144,143,186). Sum of RGB (Red+Green+Blue) = 144+143+186=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #908FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FBA is #6F7045. Grayscale: #949494. Windows color (decimal): -7303238 or 12226448. OLE color: 12226448.
HSL color Cylindrical-coordinate representation of color #908FBA: hue angle of 241.4º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #908FBA is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 143 | 186 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.27 |
| HSL | 241.4º | 0.24% | 0.65% | - |
| HSV(B) | 241.4º | 0.23% | 0.73% | - |
| XYZ | 30.19 | 29.12 | 50.48 | - |
| YUV | 148.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 186 | 0.23 | 0.23 | 0 | 0.27 | 241.4 | 0.24 | 0.65 |
| Hex | 90 | 8F | BA | 17 | 17 | 0 | 1B | F1 | 18 | 41 |
| Octal | 220 | 217 | 272 | 27 | 27 | 0 | 33 | 361 | 30 | 101 |
| Binary | 10010000 | 10001111 | 10111010 | 10111 | 10111 | 0 | 11011 | 11110001 | 11000 | 1000001 |
Color Harmonies of #908FBA
Complementary color
Monochromatic Colors of #908FBA
Black with #908FBA
Text Example
Text Example
White with #908FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FBA; }
p { color: rgb(144,143,186); }
H1.HeaderClassName
{
color: #908FBA;
}
.AnyTagClassName
{
color: #908FBA;
}
</style>
background-color css
<style>
a { background-color: #908FBA; }
a { background-color: rgb(144,143,186); }
div.DivClassName
{
background-color: #908FBA;
}
.BgClassName
{
background-color: #908FBA;
}
</style>
border-color css
<style>
span { border-color: #908FBA; }
span { border-color: rgb(144,143,186); }
td.TdClassName
{
border-color: #908FBA;
}
.TagClassName
{
border-color: #908FBA;
}
</style>