Shades of Light Slate Blue #8A8CFF
Tints of Light Slate Blue #8A8CFF
RGB
CMYK
RGB Variations
Color information
#8A8CFF (or 0x8A8CFF) is known color: Light Slate Blue. HEX triplet: 8A, 8C and FF. RGB value is (138,140,255). Sum of RGB (Red+Green+Blue) = 138+140+255=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A8CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8CFF is #757300. Grayscale: #989898. Windows color (decimal): -7697153 or 16747658. OLE color: 16747658.
HSL color Cylindrical-coordinate representation of color #8A8CFF: hue angle of 238.97º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A8CFF is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 140 | 255 | - |
| CMYK | 0.46 | 0.45 | 0 | 0 |
| HSL | 238.97º | 1% | 0.77% | - |
| HSV(B) | 238.97º | 0.46% | 1% | - |
| XYZ | 37.91 | 31.38 | 98.67 | - |
| YUV | 152.51 | 185.84 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 255 | 0.46 | 0.45 | 0 | 0 | 238.97 | 1 | 0.77 |
| Hex | 8A | 8C | FF | 2E | 2D | 0 | 0 | EF | 64 | 4D |
| Octal | 212 | 214 | 377 | 56 | 55 | 0 | 0 | 357 | 144 | 115 |
| Binary | 10001010 | 10001100 | 11111111 | 101110 | 101101 | 0 | 0 | 11101111 | 1100100 | 1001101 |
Color Harmonies of #8A8CFF
Complementary color
Monochromatic Colors of #8A8CFF
Black with #8A8CFF
Text Example
Text Example
White with #8A8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8CFF; }
p { color: rgb(138,140,255); }
H1.HeaderClassName
{
color: #8A8CFF;
}
.AnyTagClassName
{
color: #8A8CFF;
}
</style>
background-color css
<style>
a { background-color: #8A8CFF; }
a { background-color: rgb(138,140,255); }
div.DivClassName
{
background-color: #8A8CFF;
}
.BgClassName
{
background-color: #8A8CFF;
}
</style>
border-color css
<style>
span { border-color: #8A8CFF; }
span { border-color: rgb(138,140,255); }
td.TdClassName
{
border-color: #8A8CFF;
}
.TagClassName
{
border-color: #8A8CFF;
}
</style>