Shades of Light Slate Blue #8A8EFB
Tints of Light Slate Blue #8A8EFB
RGB
CMYK
RGB Variations
Color information
#8A8EFB (or 0x8A8EFB) is known color: Light Slate Blue. HEX triplet: 8A, 8E and FB. RGB value is (138,142,251). Sum of RGB (Red+Green+Blue) = 138+142+251=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #8A8EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8EFB is #757104. Grayscale: #989898. Windows color (decimal): -7696645 or 16486026. OLE color: 16486026.
HSL color Cylindrical-coordinate representation of color #8A8EFB: hue angle of 237.88º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A8EFB is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 142 | 251 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.02 |
| HSL | 237.88º | 0.93% | 0.76% | - |
| HSV(B) | 237.88º | 0.45% | 0.98% | - |
| XYZ | 37.57 | 31.71 | 95.41 | - |
| YUV | 153.23 | 183.17 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 142 | 251 | 0.45 | 0.43 | 0 | 0.02 | 237.88 | 0.93 | 0.76 |
| Hex | 8A | 8E | FB | 2D | 2B | 0 | 2 | EE | 5D | 4C |
| Octal | 212 | 216 | 373 | 55 | 53 | 0 | 2 | 356 | 135 | 114 |
| Binary | 10001010 | 10001110 | 11111011 | 101101 | 101011 | 0 | 10 | 11101110 | 1011101 | 1001100 |
Color Harmonies of #8A8EFB
Complementary color
Monochromatic Colors of #8A8EFB
Black with #8A8EFB
Text Example
Text Example
White with #8A8EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8EFB; }
p { color: rgb(138,142,251); }
H1.HeaderClassName
{
color: #8A8EFB;
}
.AnyTagClassName
{
color: #8A8EFB;
}
</style>
background-color css
<style>
a { background-color: #8A8EFB; }
a { background-color: rgb(138,142,251); }
div.DivClassName
{
background-color: #8A8EFB;
}
.BgClassName
{
background-color: #8A8EFB;
}
</style>
border-color css
<style>
span { border-color: #8A8EFB; }
span { border-color: rgb(138,142,251); }
td.TdClassName
{
border-color: #8A8EFB;
}
.TagClassName
{
border-color: #8A8EFB;
}
</style>