Shades of Logan #908BBC
Tints of Logan #908BBC
RGB
CMYK
RGB Variations
Color information
#908BBC (or 0x908BBC) is known color: Logan. HEX triplet: 90, 8B and BC. RGB value is (144,139,188). Sum of RGB (Red+Green+Blue) = 144+139+188=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #908BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908BBC is #6F7443. Grayscale: #919191. Windows color (decimal): -7304260 or 12356496. OLE color: 12356496.
HSL color Cylindrical-coordinate representation of color #908BBC: hue angle of 246.12º 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 #908BBC is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 139 | 188 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.26 |
| HSL | 246.12º | 0.27% | 0.64% | - |
| HSV(B) | 246.12º | 0.26% | 0.74% | - |
| XYZ | 29.81 | 28.03 | 51.42 | - |
| YUV | 146.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 188 | 0.23 | 0.26 | 0 | 0.26 | 246.12 | 0.27 | 0.64 |
| Hex | 90 | 8B | BC | 17 | 1A | 0 | 1A | F6 | 1B | 40 |
| Octal | 220 | 213 | 274 | 27 | 32 | 0 | 32 | 366 | 33 | 100 |
| Binary | 10010000 | 10001011 | 10111100 | 10111 | 11010 | 0 | 11010 | 11110110 | 11011 | 1000000 |
Color Harmonies of #908BBC
Complementary color
Monochromatic Colors of #908BBC
Black with #908BBC
Text Example
Text Example
White with #908BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908BBC; }
p { color: rgb(144,139,188); }
H1.HeaderClassName
{
color: #908BBC;
}
.AnyTagClassName
{
color: #908BBC;
}
</style>
background-color css
<style>
a { background-color: #908BBC; }
a { background-color: rgb(144,139,188); }
div.DivClassName
{
background-color: #908BBC;
}
.BgClassName
{
background-color: #908BBC;
}
</style>
border-color css
<style>
span { border-color: #908BBC; }
span { border-color: rgb(144,139,188); }
td.TdClassName
{
border-color: #908BBC;
}
.TagClassName
{
border-color: #908BBC;
}
</style>