Shades of Light Slate Blue #8378FB
Tints of Light Slate Blue #8378FB
RGB
CMYK
RGB Variations
Color information
#8378FB (or 0x8378FB) is known color: Light Slate Blue. HEX triplet: 83, 78 and FB. RGB value is (131,120,251). Sum of RGB (Red+Green+Blue) = 131+120+251=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #8378FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8378FB is #7C8704. Grayscale: #898989. Windows color (decimal): -8161029 or 16480387. OLE color: 16480387.
HSL color Cylindrical-coordinate representation of color #8378FB: hue angle of 245.04º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8378FB is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 120 | 251 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.02 |
| HSL | 245.04º | 0.94% | 0.73% | - |
| HSV(B) | 245.04º | 0.52% | 0.98% | - |
| XYZ | 33.49 | 25.22 | 94.37 | - |
| YUV | 138.22 | 191.64 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 120 | 251 | 0.48 | 0.52 | 0 | 0.02 | 245.04 | 0.94 | 0.73 |
| Hex | 83 | 78 | FB | 30 | 34 | 0 | 2 | F5 | 5E | 49 |
| Octal | 203 | 170 | 373 | 60 | 64 | 0 | 2 | 365 | 136 | 111 |
| Binary | 10000011 | 1111000 | 11111011 | 110000 | 110100 | 0 | 10 | 11110101 | 1011110 | 1001001 |
Color Harmonies of #8378FB
Complementary color
Monochromatic Colors of #8378FB
Black with #8378FB
Text Example
Text Example
White with #8378FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8378FB; }
p { color: rgb(131,120,251); }
H1.HeaderClassName
{
color: #8378FB;
}
.AnyTagClassName
{
color: #8378FB;
}
</style>
background-color css
<style>
a { background-color: #8378FB; }
a { background-color: rgb(131,120,251); }
div.DivClassName
{
background-color: #8378FB;
}
.BgClassName
{
background-color: #8378FB;
}
</style>
border-color css
<style>
span { border-color: #8378FB; }
span { border-color: rgb(131,120,251); }
td.TdClassName
{
border-color: #8378FB;
}
.TagClassName
{
border-color: #8378FB;
}
</style>