Shades of Light Slate Blue #8A8FFE
Tints of Light Slate Blue #8A8FFE
RGB
CMYK
RGB Variations
Color information
#8A8FFE (or 0x8A8FFE) is known color: Light Slate Blue. HEX triplet: 8A, 8F and FE. RGB value is (138,143,254). Sum of RGB (Red+Green+Blue) = 138+143+254=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A8FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8FFE is #757001. Grayscale: #999999. Windows color (decimal): -7696386 or 16682890. OLE color: 16682890.
HSL color Cylindrical-coordinate representation of color #8A8FFE: hue angle of 237.41º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A8FFE is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 143 | 254 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.00 |
| HSL | 237.41º | 0.98% | 0.77% | - |
| HSV(B) | 237.41º | 0.46% | 1% | - |
| XYZ | 38.19 | 32.2 | 97.97 | - |
| YUV | 154.16 | 184.34 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 143 | 254 | 0.46 | 0.44 | 0 | 0.00 | 237.41 | 0.98 | 0.77 |
| Hex | 8A | 8F | FE | 2E | 2C | 0 | 0 | ED | 62 | 4D |
| Octal | 212 | 217 | 376 | 56 | 54 | 0 | 0 | 355 | 142 | 115 |
| Binary | 10001010 | 10001111 | 11111110 | 101110 | 101100 | 0 | 0 | 11101101 | 1100010 | 1001101 |
Color Harmonies of #8A8FFE
Complementary color
Monochromatic Colors of #8A8FFE
Black with #8A8FFE
Text Example
Text Example
White with #8A8FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8FFE; }
p { color: rgb(138,143,254); }
H1.HeaderClassName
{
color: #8A8FFE;
}
.AnyTagClassName
{
color: #8A8FFE;
}
</style>
background-color css
<style>
a { background-color: #8A8FFE; }
a { background-color: rgb(138,143,254); }
div.DivClassName
{
background-color: #8A8FFE;
}
.BgClassName
{
background-color: #8A8FFE;
}
</style>
border-color css
<style>
span { border-color: #8A8FFE; }
span { border-color: rgb(138,143,254); }
td.TdClassName
{
border-color: #8A8FFE;
}
.TagClassName
{
border-color: #8A8FFE;
}
</style>