Shades of Logan #908BBD
Tints of Logan #908BBD
RGB
CMYK
RGB Variations
Color information
#908BBD (or 0x908BBD) is known color: Logan. HEX triplet: 90, 8B and BD. RGB value is (144,139,189). Sum of RGB (Red+Green+Blue) = 144+139+189=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #908BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908BBD is #6F7442. Grayscale: #919191. Windows color (decimal): -7304259 or 12422032. OLE color: 12422032.
HSL color Cylindrical-coordinate representation of color #908BBD: hue angle of 246º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #908BBD is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 139 | 189 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.26 |
| HSL | 246º | 0.27% | 0.64% | - |
| HSV(B) | 246º | 0.26% | 0.74% | - |
| XYZ | 29.92 | 28.07 | 51.98 | - |
| YUV | 146.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 189 | 0.24 | 0.26 | 0 | 0.26 | 246 | 0.27 | 0.64 |
| Hex | 90 | 8B | BD | 18 | 1A | 0 | 1A | F6 | 1B | 40 |
| Octal | 220 | 213 | 275 | 30 | 32 | 0 | 32 | 366 | 33 | 100 |
| Binary | 10010000 | 10001011 | 10111101 | 11000 | 11010 | 0 | 11010 | 11110110 | 11011 | 1000000 |
Color Harmonies of #908BBD
Complementary color
Monochromatic Colors of #908BBD
Black with #908BBD
Text Example
Text Example
White with #908BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908BBD; }
p { color: rgb(144,139,189); }
H1.HeaderClassName
{
color: #908BBD;
}
.AnyTagClassName
{
color: #908BBD;
}
</style>
background-color css
<style>
a { background-color: #908BBD; }
a { background-color: rgb(144,139,189); }
div.DivClassName
{
background-color: #908BBD;
}
.BgClassName
{
background-color: #908BBD;
}
</style>
border-color css
<style>
span { border-color: #908BBD; }
span { border-color: rgb(144,139,189); }
td.TdClassName
{
border-color: #908BBD;
}
.TagClassName
{
border-color: #908BBD;
}
</style>