Shades of Light Slate Blue #8B89F4
Tints of Light Slate Blue #8B89F4
RGB
CMYK
RGB Variations
Color information
#8B89F4 (or 0x8B89F4) is known color: Light Slate Blue. HEX triplet: 8B, 89 and F4. RGB value is (139,137,244). Sum of RGB (Red+Green+Blue) = 139+137+244=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 244 - color contains mainly: blue. Hex color #8B89F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B89F4 is #74760B. Grayscale: #959595. Windows color (decimal): -7632396 or 16025995. OLE color: 16025995.
HSL color Cylindrical-coordinate representation of color #8B89F4: hue angle of 241.12º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B89F4 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 139 | 137 | 244 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.04 |
| HSL | 241.12º | 0.83% | 0.75% | - |
| HSV(B) | 241.12º | 0.44% | 0.96% | - |
| XYZ | 35.92 | 29.91 | 89.47 | - |
| YUV | 149.8 | 181.16 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 244 | 0.43 | 0.44 | 0 | 0.04 | 241.12 | 0.83 | 0.75 |
| Hex | 8B | 89 | F4 | 2B | 2C | 0 | 4 | F1 | 53 | 4B |
| Octal | 213 | 211 | 364 | 53 | 54 | 0 | 4 | 361 | 123 | 113 |
| Binary | 10001011 | 10001001 | 11110100 | 101011 | 101100 | 0 | 100 | 11110001 | 1010011 | 1001011 |
Color Harmonies of #8B89F4
Complementary color
Monochromatic Colors of #8B89F4
Black with #8B89F4
Text Example
Text Example
White with #8B89F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B89F4; }
p { color: rgb(139,137,244); }
H1.HeaderClassName
{
color: #8B89F4;
}
.AnyTagClassName
{
color: #8B89F4;
}
</style>
background-color css
<style>
a { background-color: #8B89F4; }
a { background-color: rgb(139,137,244); }
div.DivClassName
{
background-color: #8B89F4;
}
.BgClassName
{
background-color: #8B89F4;
}
</style>
border-color css
<style>
span { border-color: #8B89F4; }
span { border-color: rgb(139,137,244); }
td.TdClassName
{
border-color: #8B89F4;
}
.TagClassName
{
border-color: #8B89F4;
}
</style>