Shades of Light Slate Blue #8A8DFB
Tints of Light Slate Blue #8A8DFB
RGB
CMYK
RGB Variations
Color information
#8A8DFB (or 0x8A8DFB) is known color: Light Slate Blue. HEX triplet: 8A, 8D and FB. RGB value is (138,141,251). Sum of RGB (Red+Green+Blue) = 138+141+251=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #8A8DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8DFB is #757204. Grayscale: #989898. Windows color (decimal): -7696901 or 16485770. OLE color: 16485770.
HSL color Cylindrical-coordinate representation of color #8A8DFB: hue angle of 238.41º 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 #8A8DFB is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 141 | 251 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.02 |
| HSL | 238.41º | 0.93% | 0.76% | - |
| HSV(B) | 238.41º | 0.45% | 0.98% | - |
| XYZ | 37.42 | 31.42 | 95.36 | - |
| YUV | 152.64 | 183.51 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 141 | 251 | 0.45 | 0.44 | 0 | 0.02 | 238.41 | 0.93 | 0.76 |
| Hex | 8A | 8D | FB | 2D | 2C | 0 | 2 | EE | 5D | 4C |
| Octal | 212 | 215 | 373 | 55 | 54 | 0 | 2 | 356 | 135 | 114 |
| Binary | 10001010 | 10001101 | 11111011 | 101101 | 101100 | 0 | 10 | 11101110 | 1011101 | 1001100 |
Color Harmonies of #8A8DFB
Complementary color
Monochromatic Colors of #8A8DFB
Black with #8A8DFB
Text Example
Text Example
White with #8A8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8DFB; }
p { color: rgb(138,141,251); }
H1.HeaderClassName
{
color: #8A8DFB;
}
.AnyTagClassName
{
color: #8A8DFB;
}
</style>
background-color css
<style>
a { background-color: #8A8DFB; }
a { background-color: rgb(138,141,251); }
div.DivClassName
{
background-color: #8A8DFB;
}
.BgClassName
{
background-color: #8A8DFB;
}
</style>
border-color css
<style>
span { border-color: #8A8DFB; }
span { border-color: rgb(138,141,251); }
td.TdClassName
{
border-color: #8A8DFB;
}
.TagClassName
{
border-color: #8A8DFB;
}
</style>