Shades of Light Slate Blue #8375FA
Tints of Light Slate Blue #8375FA
RGB
CMYK
RGB Variations
Color information
#8375FA (or 0x8375FA) is known color: Light Slate Blue. HEX triplet: 83, 75 and FA. RGB value is (131,117,250). Sum of RGB (Red+Green+Blue) = 131+117+250=498 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.31% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #8375FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8375FA is #7C8A05. Grayscale: #878787. Windows color (decimal): -8161798 or 16414083. OLE color: 16414083.
HSL color Cylindrical-coordinate representation of color #8375FA: hue angle of 246.32º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8375FA is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 117 | 250 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.02 |
| HSL | 246.32º | 0.93% | 0.72% | - |
| HSV(B) | 246.32º | 0.53% | 0.98% | - |
| XYZ | 32.98 | 24.45 | 93.42 | - |
| YUV | 136.35 | 192.14 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 250 | 0.48 | 0.53 | 0 | 0.02 | 246.32 | 0.93 | 0.72 |
| Hex | 83 | 75 | FA | 30 | 35 | 0 | 2 | F6 | 5D | 48 |
| Octal | 203 | 165 | 372 | 60 | 65 | 0 | 2 | 366 | 135 | 110 |
| Binary | 10000011 | 1110101 | 11111010 | 110000 | 110101 | 0 | 10 | 11110110 | 1011101 | 1001000 |
Color Harmonies of #8375FA
Complementary color
Monochromatic Colors of #8375FA
Black with #8375FA
Text Example
Text Example
White with #8375FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8375FA; }
p { color: rgb(131,117,250); }
H1.HeaderClassName
{
color: #8375FA;
}
.AnyTagClassName
{
color: #8375FA;
}
</style>
background-color css
<style>
a { background-color: #8375FA; }
a { background-color: rgb(131,117,250); }
div.DivClassName
{
background-color: #8375FA;
}
.BgClassName
{
background-color: #8375FA;
}
</style>
border-color css
<style>
span { border-color: #8375FA; }
span { border-color: rgb(131,117,250); }
td.TdClassName
{
border-color: #8375FA;
}
.TagClassName
{
border-color: #8375FA;
}
</style>