Shades of Light Slate Blue #8A7DFF
Tints of Light Slate Blue #8A7DFF
RGB
CMYK
RGB Variations
Color information
#8A7DFF (or 0x8A7DFF) is known color: Light Slate Blue. HEX triplet: 8A, 7D and FF. RGB value is (138,125,255). Sum of RGB (Red+Green+Blue) = 138+125+255=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A7DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7DFF is #758200. Grayscale: #8F8F8F. Windows color (decimal): -7700993 or 16743818. OLE color: 16743818.
HSL color Cylindrical-coordinate representation of color #8A7DFF: hue angle of 246º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A7DFF is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 125 | 255 | - |
| CMYK | 0.46 | 0.51 | 0 | 0 |
| HSL | 246º | 1% | 0.75% | - |
| HSV(B) | 246º | 0.51% | 1% | - |
| XYZ | 35.86 | 27.29 | 97.99 | - |
| YUV | 143.71 | 190.81 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 255 | 0.46 | 0.51 | 0 | 0 | 246 | 1 | 0.75 |
| Hex | 8A | 7D | FF | 2E | 33 | 0 | 0 | F6 | 64 | 4B |
| Octal | 212 | 175 | 377 | 56 | 63 | 0 | 0 | 366 | 144 | 113 |
| Binary | 10001010 | 1111101 | 11111111 | 101110 | 110011 | 0 | 0 | 11110110 | 1100100 | 1001011 |
Color Harmonies of #8A7DFF
Complementary color
Monochromatic Colors of #8A7DFF
Black with #8A7DFF
Text Example
Text Example
White with #8A7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7DFF; }
p { color: rgb(138,125,255); }
H1.HeaderClassName
{
color: #8A7DFF;
}
.AnyTagClassName
{
color: #8A7DFF;
}
</style>
background-color css
<style>
a { background-color: #8A7DFF; }
a { background-color: rgb(138,125,255); }
div.DivClassName
{
background-color: #8A7DFF;
}
.BgClassName
{
background-color: #8A7DFF;
}
</style>
border-color css
<style>
span { border-color: #8A7DFF; }
span { border-color: rgb(138,125,255); }
td.TdClassName
{
border-color: #8A7DFF;
}
.TagClassName
{
border-color: #8A7DFF;
}
</style>