Shades of Light Slate Blue #8A8DFC
Tints of Light Slate Blue #8A8DFC
RGB
CMYK
RGB Variations
Color information
#8A8DFC (or 0x8A8DFC) is known color: Light Slate Blue. HEX triplet: 8A, 8D and FC. RGB value is (138,141,252). Sum of RGB (Red+Green+Blue) = 138+141+252=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A8DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8DFC is #757203. Grayscale: #989898. Windows color (decimal): -7696900 or 16551306. OLE color: 16551306.
HSL color Cylindrical-coordinate representation of color #8A8DFC: hue angle of 238.42º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A8DFC is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 141 | 252 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.01 |
| HSL | 238.42º | 0.95% | 0.76% | - |
| HSV(B) | 238.42º | 0.45% | 0.99% | - |
| XYZ | 37.58 | 31.48 | 96.19 | - |
| YUV | 152.76 | 184.01 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 141 | 252 | 0.45 | 0.44 | 0 | 0.01 | 238.42 | 0.95 | 0.76 |
| Hex | 8A | 8D | FC | 2D | 2C | 0 | 1 | EE | 5F | 4C |
| Octal | 212 | 215 | 374 | 55 | 54 | 0 | 1 | 356 | 137 | 114 |
| Binary | 10001010 | 10001101 | 11111100 | 101101 | 101100 | 0 | 1 | 11101110 | 1011111 | 1001100 |
Color Harmonies of #8A8DFC
Complementary color
Monochromatic Colors of #8A8DFC
Black with #8A8DFC
Text Example
Text Example
White with #8A8DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8DFC; }
p { color: rgb(138,141,252); }
H1.HeaderClassName
{
color: #8A8DFC;
}
.AnyTagClassName
{
color: #8A8DFC;
}
</style>
background-color css
<style>
a { background-color: #8A8DFC; }
a { background-color: rgb(138,141,252); }
div.DivClassName
{
background-color: #8A8DFC;
}
.BgClassName
{
background-color: #8A8DFC;
}
</style>
border-color css
<style>
span { border-color: #8A8DFC; }
span { border-color: rgb(138,141,252); }
td.TdClassName
{
border-color: #8A8DFC;
}
.TagClassName
{
border-color: #8A8DFC;
}
</style>