Shades of Light Slate Blue #8B90FF
Tints of Light Slate Blue #8B90FF
RGB
CMYK
RGB Variations
Color information
#8B90FF (or 0x8B90FF) is known color: Light Slate Blue. HEX triplet: 8B, 90 and FF. RGB value is (139,144,255). Sum of RGB (Red+Green+Blue) = 139+144+255=538 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.84% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B90FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B90FF is #746F00. Grayscale: #9A9A9A. Windows color (decimal): -7630593 or 16748683. OLE color: 16748683.
HSL color Cylindrical-coordinate representation of color #8B90FF: hue angle of 237.41º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B90FF is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 144 | 255 | - |
| CMYK | 0.45 | 0.44 | 0 | 0 |
| HSL | 237.41º | 1% | 0.77% | - |
| HSV(B) | 237.41º | 0.45% | 1% | - |
| XYZ | 38.67 | 32.66 | 98.87 | - |
| YUV | 155.16 | 184.34 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 144 | 255 | 0.45 | 0.44 | 0 | 0 | 237.41 | 1 | 0.77 |
| Hex | 8B | 90 | FF | 2D | 2C | 0 | 0 | ED | 64 | 4D |
| Octal | 213 | 220 | 377 | 55 | 54 | 0 | 0 | 355 | 144 | 115 |
| Binary | 10001011 | 10010000 | 11111111 | 101101 | 101100 | 0 | 0 | 11101101 | 1100100 | 1001101 |
Color Harmonies of #8B90FF
Complementary color
Monochromatic Colors of #8B90FF
Black with #8B90FF
Text Example
Text Example
White with #8B90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B90FF; }
p { color: rgb(139,144,255); }
H1.HeaderClassName
{
color: #8B90FF;
}
.AnyTagClassName
{
color: #8B90FF;
}
</style>
background-color css
<style>
a { background-color: #8B90FF; }
a { background-color: rgb(139,144,255); }
div.DivClassName
{
background-color: #8B90FF;
}
.BgClassName
{
background-color: #8B90FF;
}
</style>
border-color css
<style>
span { border-color: #8B90FF; }
span { border-color: rgb(139,144,255); }
td.TdClassName
{
border-color: #8B90FF;
}
.TagClassName
{
border-color: #8B90FF;
}
</style>