Shades of Light Slate Blue #8A8DFA
Tints of Light Slate Blue #8A8DFA
RGB
CMYK
RGB Variations
Color information
#8A8DFA (or 0x8A8DFA) is known color: Light Slate Blue. HEX triplet: 8A, 8D and FA. RGB value is (138,141,250). Sum of RGB (Red+Green+Blue) = 138+141+250=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A8DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8DFA is #757205. Grayscale: #989898. Windows color (decimal): -7696902 or 16420234. OLE color: 16420234.
HSL color Cylindrical-coordinate representation of color #8A8DFA: hue angle of 238.39º degrees, saturation: 0.92, 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 #8A8DFA is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 141 | 250 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.02 |
| HSL | 238.39º | 0.92% | 0.76% | - |
| HSV(B) | 238.39º | 0.45% | 0.98% | - |
| XYZ | 37.26 | 31.36 | 94.53 | - |
| YUV | 152.53 | 183.01 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 141 | 250 | 0.45 | 0.44 | 0 | 0.02 | 238.39 | 0.92 | 0.76 |
| Hex | 8A | 8D | FA | 2D | 2C | 0 | 2 | EE | 5C | 4C |
| Octal | 212 | 215 | 372 | 55 | 54 | 0 | 2 | 356 | 134 | 114 |
| Binary | 10001010 | 10001101 | 11111010 | 101101 | 101100 | 0 | 10 | 11101110 | 1011100 | 1001100 |
Color Harmonies of #8A8DFA
Complementary color
Monochromatic Colors of #8A8DFA
Black with #8A8DFA
Text Example
Text Example
White with #8A8DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8DFA; }
p { color: rgb(138,141,250); }
H1.HeaderClassName
{
color: #8A8DFA;
}
.AnyTagClassName
{
color: #8A8DFA;
}
</style>
background-color css
<style>
a { background-color: #8A8DFA; }
a { background-color: rgb(138,141,250); }
div.DivClassName
{
background-color: #8A8DFA;
}
.BgClassName
{
background-color: #8A8DFA;
}
</style>
border-color css
<style>
span { border-color: #8A8DFA; }
span { border-color: rgb(138,141,250); }
td.TdClassName
{
border-color: #8A8DFA;
}
.TagClassName
{
border-color: #8A8DFA;
}
</style>