Shades of Light Slate Blue #8374FE
Tints of Light Slate Blue #8374FE
RGB
CMYK
RGB Variations
Color information
#8374FE (or 0x8374FE) is known color: Light Slate Blue. HEX triplet: 83, 74 and FE. RGB value is (131,116,254). Sum of RGB (Red+Green+Blue) = 131+116+254=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #8374FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8374FE is #7C8B01. Grayscale: #878787. Windows color (decimal): -8162050 or 16675971. OLE color: 16675971.
HSL color Cylindrical-coordinate representation of color #8374FE: hue angle of 246.52º 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 #8374FE is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 116 | 254 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.00 |
| HSL | 246.52º | 0.99% | 0.73% | - |
| HSV(B) | 246.52º | 0.54% | 1% | - |
| XYZ | 33.49 | 24.47 | 96.72 | - |
| YUV | 136.22 | 194.47 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 254 | 0.48 | 0.54 | 0 | 0.00 | 246.52 | 0.99 | 0.73 |
| Hex | 83 | 74 | FE | 30 | 36 | 0 | 0 | F7 | 63 | 49 |
| Octal | 203 | 164 | 376 | 60 | 66 | 0 | 0 | 367 | 143 | 111 |
| Binary | 10000011 | 1110100 | 11111110 | 110000 | 110110 | 0 | 0 | 11110111 | 1100011 | 1001001 |
Color Harmonies of #8374FE
Complementary color
Monochromatic Colors of #8374FE
Black with #8374FE
Text Example
Text Example
White with #8374FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8374FE; }
p { color: rgb(131,116,254); }
H1.HeaderClassName
{
color: #8374FE;
}
.AnyTagClassName
{
color: #8374FE;
}
</style>
background-color css
<style>
a { background-color: #8374FE; }
a { background-color: rgb(131,116,254); }
div.DivClassName
{
background-color: #8374FE;
}
.BgClassName
{
background-color: #8374FE;
}
</style>
border-color css
<style>
span { border-color: #8374FE; }
span { border-color: rgb(131,116,254); }
td.TdClassName
{
border-color: #8374FE;
}
.TagClassName
{
border-color: #8374FE;
}
</style>