Shades of Light Slate Blue #8A7DFE
Tints of Light Slate Blue #8A7DFE
RGB
CMYK
RGB Variations
Color information
#8A7DFE (or 0x8A7DFE) is known color: Light Slate Blue. HEX triplet: 8A, 7D and FE. RGB value is (138,125,254). Sum of RGB (Red+Green+Blue) = 138+125+254=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A7DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7DFE is #758201. Grayscale: #8F8F8F. Windows color (decimal): -7700994 or 16678282. OLE color: 16678282.
HSL color Cylindrical-coordinate representation of color #8A7DFE: hue angle of 246.05º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A7DFE is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 125 | 254 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.00 |
| HSL | 246.05º | 0.98% | 0.74% | - |
| HSV(B) | 246.05º | 0.51% | 1% | - |
| XYZ | 35.7 | 27.23 | 97.14 | - |
| YUV | 143.59 | 190.31 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 254 | 0.46 | 0.51 | 0 | 0.00 | 246.05 | 0.98 | 0.74 |
| Hex | 8A | 7D | FE | 2E | 33 | 0 | 0 | F6 | 62 | 4A |
| Octal | 212 | 175 | 376 | 56 | 63 | 0 | 0 | 366 | 142 | 112 |
| Binary | 10001010 | 1111101 | 11111110 | 101110 | 110011 | 0 | 0 | 11110110 | 1100010 | 1001010 |
Color Harmonies of #8A7DFE
Complementary color
Monochromatic Colors of #8A7DFE
Black with #8A7DFE
Text Example
Text Example
White with #8A7DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7DFE; }
p { color: rgb(138,125,254); }
H1.HeaderClassName
{
color: #8A7DFE;
}
.AnyTagClassName
{
color: #8A7DFE;
}
</style>
background-color css
<style>
a { background-color: #8A7DFE; }
a { background-color: rgb(138,125,254); }
div.DivClassName
{
background-color: #8A7DFE;
}
.BgClassName
{
background-color: #8A7DFE;
}
</style>
border-color css
<style>
span { border-color: #8A7DFE; }
span { border-color: rgb(138,125,254); }
td.TdClassName
{
border-color: #8A7DFE;
}
.TagClassName
{
border-color: #8A7DFE;
}
</style>