Shades of Logan #8F8ABB
Tints of Logan #8F8ABB
RGB
CMYK
RGB Variations
Color information
#8F8ABB (or 0x8F8ABB) is known color: Logan. HEX triplet: 8F, 8A and BB. RGB value is (143,138,187). Sum of RGB (Red+Green+Blue) = 143+138+187=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F8ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8ABB is #707544. Grayscale: #909090. Windows color (decimal): -7370053 or 12290703. OLE color: 12290703.
HSL color Cylindrical-coordinate representation of color #8F8ABB: hue angle of 246.12º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F8ABB is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 138 | 187 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.27 |
| HSL | 246.12º | 0.26% | 0.64% | - |
| HSV(B) | 246.12º | 0.26% | 0.73% | - |
| XYZ | 29.39 | 27.6 | 50.79 | - |
| YUV | 145.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 138 | 187 | 0.24 | 0.26 | 0 | 0.27 | 246.12 | 0.26 | 0.64 |
| Hex | 8F | 8A | BB | 18 | 1A | 0 | 1B | F6 | 1A | 40 |
| Octal | 217 | 212 | 273 | 30 | 32 | 0 | 33 | 366 | 32 | 100 |
| Binary | 10001111 | 10001010 | 10111011 | 11000 | 11010 | 0 | 11011 | 11110110 | 11010 | 1000000 |
Color Harmonies of #8F8ABB
Complementary color
Monochromatic Colors of #8F8ABB
Black with #8F8ABB
Text Example
Text Example
White with #8F8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8ABB; }
p { color: rgb(143,138,187); }
H1.HeaderClassName
{
color: #8F8ABB;
}
.AnyTagClassName
{
color: #8F8ABB;
}
</style>
background-color css
<style>
a { background-color: #8F8ABB; }
a { background-color: rgb(143,138,187); }
div.DivClassName
{
background-color: #8F8ABB;
}
.BgClassName
{
background-color: #8F8ABB;
}
</style>
border-color css
<style>
span { border-color: #8F8ABB; }
span { border-color: rgb(143,138,187); }
td.TdClassName
{
border-color: #8F8ABB;
}
.TagClassName
{
border-color: #8F8ABB;
}
</style>