Shades of Light Slate Blue #8380F3
Tints of Light Slate Blue #8380F3
RGB
CMYK
RGB Variations
Color information
#8380F3 (or 0x8380F3) is known color: Light Slate Blue. HEX triplet: 83, 80 and F3. RGB value is (131,128,243). Sum of RGB (Red+Green+Blue) = 131+128+243=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #8380F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8380F3 is #7C7F0C. Grayscale: #8D8D8D. Windows color (decimal): -8158989 or 15958147. OLE color: 15958147.
HSL color Cylindrical-coordinate representation of color #8380F3: hue angle of 241.57º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8380F3 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 128 | 243 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.05 |
| HSL | 241.57º | 0.83% | 0.73% | - |
| HSV(B) | 241.57º | 0.47% | 0.95% | - |
| XYZ | 33.26 | 26.73 | 88.2 | - |
| YUV | 142.01 | 184.99 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 243 | 0.46 | 0.47 | 0 | 0.05 | 241.57 | 0.83 | 0.73 |
| Hex | 83 | 80 | F3 | 2E | 2F | 0 | 5 | F2 | 53 | 49 |
| Octal | 203 | 200 | 363 | 56 | 57 | 0 | 5 | 362 | 123 | 111 |
| Binary | 10000011 | 10000000 | 11110011 | 101110 | 101111 | 0 | 101 | 11110010 | 1010011 | 1001001 |
Color Harmonies of #8380F3
Complementary color
Monochromatic Colors of #8380F3
Black with #8380F3
Text Example
Text Example
White with #8380F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8380F3; }
p { color: rgb(131,128,243); }
H1.HeaderClassName
{
color: #8380F3;
}
.AnyTagClassName
{
color: #8380F3;
}
</style>
background-color css
<style>
a { background-color: #8380F3; }
a { background-color: rgb(131,128,243); }
div.DivClassName
{
background-color: #8380F3;
}
.BgClassName
{
background-color: #8380F3;
}
</style>
border-color css
<style>
span { border-color: #8380F3; }
span { border-color: rgb(131,128,243); }
td.TdClassName
{
border-color: #8380F3;
}
.TagClassName
{
border-color: #8380F3;
}
</style>