Shades of Light Slate Blue #8378FF
Tints of Light Slate Blue #8378FF
RGB
CMYK
RGB Variations
Color information
#8378FF (or 0x8378FF) is known color: Light Slate Blue. HEX triplet: 83, 78 and FF. RGB value is (131,120,255). Sum of RGB (Red+Green+Blue) = 131+120+255=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #8378FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8378FF is #7C8700. Grayscale: #8A8A8A. Windows color (decimal): -8161025 or 16742531. OLE color: 16742531.
HSL color Cylindrical-coordinate representation of color #8378FF: hue angle of 244.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8378FF is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 120 | 255 | - |
| CMYK | 0.49 | 0.53 | 0 | 0 |
| HSL | 244.89º | 1% | 0.74% | - |
| HSV(B) | 244.89º | 0.53% | 1% | - |
| XYZ | 34.13 | 25.48 | 97.73 | - |
| YUV | 138.68 | 193.64 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 120 | 255 | 0.49 | 0.53 | 0 | 0 | 244.89 | 1 | 0.74 |
| Hex | 83 | 78 | FF | 31 | 35 | 0 | 0 | F5 | 64 | 4A |
| Octal | 203 | 170 | 377 | 61 | 65 | 0 | 0 | 365 | 144 | 112 |
| Binary | 10000011 | 1111000 | 11111111 | 110001 | 110101 | 0 | 0 | 11110101 | 1100100 | 1001010 |
Color Harmonies of #8378FF
Complementary color
Monochromatic Colors of #8378FF
Black with #8378FF
Text Example
Text Example
White with #8378FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8378FF; }
p { color: rgb(131,120,255); }
H1.HeaderClassName
{
color: #8378FF;
}
.AnyTagClassName
{
color: #8378FF;
}
</style>
background-color css
<style>
a { background-color: #8378FF; }
a { background-color: rgb(131,120,255); }
div.DivClassName
{
background-color: #8378FF;
}
.BgClassName
{
background-color: #8378FF;
}
</style>
border-color css
<style>
span { border-color: #8378FF; }
span { border-color: rgb(131,120,255); }
td.TdClassName
{
border-color: #8378FF;
}
.TagClassName
{
border-color: #8378FF;
}
</style>