Shades of Light Slate Blue #8A74FE
Tints of Light Slate Blue #8A74FE
RGB
CMYK
RGB Variations
Color information
#8A74FE (or 0x8A74FE) is known color: Light Slate Blue. HEX triplet: 8A, 74 and FE. RGB value is (138,116,254). Sum of RGB (Red+Green+Blue) = 138+116+254=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A74FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A74FE is #758B01. Grayscale: #898989. Windows color (decimal): -7703298 or 16675978. OLE color: 16675978.
HSL color Cylindrical-coordinate representation of color #8A74FE: hue angle of 249.57º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A74FE is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 116 | 254 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.00 |
| HSL | 249.57º | 0.99% | 0.73% | - |
| HSV(B) | 249.57º | 0.54% | 1% | - |
| XYZ | 34.62 | 25.05 | 96.78 | - |
| YUV | 138.31 | 193.29 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 116 | 254 | 0.46 | 0.54 | 0 | 0.00 | 249.57 | 0.99 | 0.73 |
| Hex | 8A | 74 | FE | 2E | 36 | 0 | 0 | FA | 63 | 49 |
| Octal | 212 | 164 | 376 | 56 | 66 | 0 | 0 | 372 | 143 | 111 |
| Binary | 10001010 | 1110100 | 11111110 | 101110 | 110110 | 0 | 0 | 11111010 | 1100011 | 1001001 |
Color Harmonies of #8A74FE
Complementary color
Monochromatic Colors of #8A74FE
Black with #8A74FE
Text Example
Text Example
White with #8A74FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A74FE; }
p { color: rgb(138,116,254); }
H1.HeaderClassName
{
color: #8A74FE;
}
.AnyTagClassName
{
color: #8A74FE;
}
</style>
background-color css
<style>
a { background-color: #8A74FE; }
a { background-color: rgb(138,116,254); }
div.DivClassName
{
background-color: #8A74FE;
}
.BgClassName
{
background-color: #8A74FE;
}
</style>
border-color css
<style>
span { border-color: #8A74FE; }
span { border-color: rgb(138,116,254); }
td.TdClassName
{
border-color: #8A74FE;
}
.TagClassName
{
border-color: #8A74FE;
}
</style>