Shades of Logan #908FB5
Tints of Logan #908FB5
RGB
CMYK
RGB Variations
Color information
#908FB5 (or 0x908FB5) is known color: Logan. HEX triplet: 90, 8F and B5. RGB value is (144,143,181). Sum of RGB (Red+Green+Blue) = 144+143+181=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #908FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FB5 is #6F704A. Grayscale: #939393. Windows color (decimal): -7303243 or 11898768. OLE color: 11898768.
HSL color Cylindrical-coordinate representation of color #908FB5: hue angle of 241.58º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #908FB5 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 143 | 181 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.29 |
| HSL | 241.58º | 0.2% | 0.64% | - |
| HSV(B) | 241.58º | 0.21% | 0.71% | - |
| XYZ | 29.66 | 28.91 | 47.73 | - |
| YUV | 147.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 181 | 0.20 | 0.21 | 0 | 0.29 | 241.58 | 0.2 | 0.64 |
| Hex | 90 | 8F | B5 | 14 | 15 | 0 | 1D | F2 | 14 | 40 |
| Octal | 220 | 217 | 265 | 24 | 25 | 0 | 35 | 362 | 24 | 100 |
| Binary | 10010000 | 10001111 | 10110101 | 10100 | 10101 | 0 | 11101 | 11110010 | 10100 | 1000000 |
Color Harmonies of #908FB5
Complementary color
Monochromatic Colors of #908FB5
Black with #908FB5
Text Example
Text Example
White with #908FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FB5; }
p { color: rgb(144,143,181); }
H1.HeaderClassName
{
color: #908FB5;
}
.AnyTagClassName
{
color: #908FB5;
}
</style>
background-color css
<style>
a { background-color: #908FB5; }
a { background-color: rgb(144,143,181); }
div.DivClassName
{
background-color: #908FB5;
}
.BgClassName
{
background-color: #908FB5;
}
</style>
border-color css
<style>
span { border-color: #908FB5; }
span { border-color: rgb(144,143,181); }
td.TdClassName
{
border-color: #908FB5;
}
.TagClassName
{
border-color: #908FB5;
}
</style>