Shades of Light Slate Blue #8A90FD
Tints of Light Slate Blue #8A90FD
RGB
CMYK
RGB Variations
Color information
#8A90FD (or 0x8A90FD) is known color: Light Slate Blue. HEX triplet: 8A, 90 and FD. RGB value is (138,144,253). Sum of RGB (Red+Green+Blue) = 138+144+253=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A90FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A90FD is #756F02. Grayscale: #9A9A9A. Windows color (decimal): -7696131 or 16617610. OLE color: 16617610.
HSL color Cylindrical-coordinate representation of color #8A90FD: hue angle of 236.87º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A90FD is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 144 | 253 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.01 |
| HSL | 236.87º | 0.97% | 0.77% | - |
| HSV(B) | 236.87º | 0.45% | 0.99% | - |
| XYZ | 38.18 | 32.44 | 97.18 | - |
| YUV | 154.63 | 183.51 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 253 | 0.45 | 0.43 | 0 | 0.01 | 236.87 | 0.97 | 0.77 |
| Hex | 8A | 90 | FD | 2D | 2B | 0 | 1 | ED | 61 | 4D |
| Octal | 212 | 220 | 375 | 55 | 53 | 0 | 1 | 355 | 141 | 115 |
| Binary | 10001010 | 10010000 | 11111101 | 101101 | 101011 | 0 | 1 | 11101101 | 1100001 | 1001101 |
Color Harmonies of #8A90FD
Complementary color
Monochromatic Colors of #8A90FD
Black with #8A90FD
Text Example
Text Example
White with #8A90FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A90FD; }
p { color: rgb(138,144,253); }
H1.HeaderClassName
{
color: #8A90FD;
}
.AnyTagClassName
{
color: #8A90FD;
}
</style>
background-color css
<style>
a { background-color: #8A90FD; }
a { background-color: rgb(138,144,253); }
div.DivClassName
{
background-color: #8A90FD;
}
.BgClassName
{
background-color: #8A90FD;
}
</style>
border-color css
<style>
span { border-color: #8A90FD; }
span { border-color: rgb(138,144,253); }
td.TdClassName
{
border-color: #8A90FD;
}
.TagClassName
{
border-color: #8A90FD;
}
</style>