Shades of Light Slate Blue #8376FE
Tints of Light Slate Blue #8376FE
RGB
CMYK
RGB Variations
Color information
#8376FE (or 0x8376FE) is known color: Light Slate Blue. HEX triplet: 83, 76 and FE. RGB value is (131,118,254). Sum of RGB (Red+Green+Blue) = 131+118+254=503 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.04% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #8376FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8376FE is #7C8901. Grayscale: #888888. Windows color (decimal): -8161538 or 16676483. OLE color: 16676483.
HSL color Cylindrical-coordinate representation of color #8376FE: hue angle of 245.74º 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 #8376FE is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 118 | 254 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.00 |
| HSL | 245.74º | 0.99% | 0.73% | - |
| HSV(B) | 245.74º | 0.54% | 1% | - |
| XYZ | 33.73 | 24.94 | 96.8 | - |
| YUV | 137.39 | 193.81 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 254 | 0.48 | 0.54 | 0 | 0.00 | 245.74 | 0.99 | 0.73 |
| Hex | 83 | 76 | FE | 30 | 36 | 0 | 0 | F6 | 63 | 49 |
| Octal | 203 | 166 | 376 | 60 | 66 | 0 | 0 | 366 | 143 | 111 |
| Binary | 10000011 | 1110110 | 11111110 | 110000 | 110110 | 0 | 0 | 11110110 | 1100011 | 1001001 |
Color Harmonies of #8376FE
Complementary color
Monochromatic Colors of #8376FE
Black with #8376FE
Text Example
Text Example
White with #8376FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8376FE; }
p { color: rgb(131,118,254); }
H1.HeaderClassName
{
color: #8376FE;
}
.AnyTagClassName
{
color: #8376FE;
}
</style>
background-color css
<style>
a { background-color: #8376FE; }
a { background-color: rgb(131,118,254); }
div.DivClassName
{
background-color: #8376FE;
}
.BgClassName
{
background-color: #8376FE;
}
</style>
border-color css
<style>
span { border-color: #8376FE; }
span { border-color: rgb(131,118,254); }
td.TdClassName
{
border-color: #8376FE;
}
.TagClassName
{
border-color: #8376FE;
}
</style>