Shades of Light Slate Blue #8379FE
Tints of Light Slate Blue #8379FE
RGB
CMYK
RGB Variations
Color information
#8379FE (or 0x8379FE) is known color: Light Slate Blue. HEX triplet: 83, 79 and FE. RGB value is (131,121,254). Sum of RGB (Red+Green+Blue) = 131+121+254=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #8379FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8379FE is #7C8601. Grayscale: #8A8A8A. Windows color (decimal): -8160770 or 16677251. OLE color: 16677251.
HSL color Cylindrical-coordinate representation of color #8379FE: hue angle of 244.51º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8379FE is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 121 | 254 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.00 |
| HSL | 244.51º | 0.99% | 0.74% | - |
| HSV(B) | 244.51º | 0.52% | 1% | - |
| XYZ | 34.09 | 25.66 | 96.92 | - |
| YUV | 139.15 | 192.81 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 121 | 254 | 0.48 | 0.52 | 0 | 0.00 | 244.51 | 0.99 | 0.74 |
| Hex | 83 | 79 | FE | 30 | 34 | 0 | 0 | F5 | 63 | 4A |
| Octal | 203 | 171 | 376 | 60 | 64 | 0 | 0 | 365 | 143 | 112 |
| Binary | 10000011 | 1111001 | 11111110 | 110000 | 110100 | 0 | 0 | 11110101 | 1100011 | 1001010 |
Color Harmonies of #8379FE
Complementary color
Monochromatic Colors of #8379FE
Black with #8379FE
Text Example
Text Example
White with #8379FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8379FE; }
p { color: rgb(131,121,254); }
H1.HeaderClassName
{
color: #8379FE;
}
.AnyTagClassName
{
color: #8379FE;
}
</style>
background-color css
<style>
a { background-color: #8379FE; }
a { background-color: rgb(131,121,254); }
div.DivClassName
{
background-color: #8379FE;
}
.BgClassName
{
background-color: #8379FE;
}
</style>
border-color css
<style>
span { border-color: #8379FE; }
span { border-color: rgb(131,121,254); }
td.TdClassName
{
border-color: #8379FE;
}
.TagClassName
{
border-color: #8379FE;
}
</style>