Shades of Light Slate Blue #8083F1
Tints of Light Slate Blue #8083F1
RGB
CMYK
RGB Variations
Color information
#8083F1 (or 0x8083F1) is known color: Light Slate Blue. HEX triplet: 80, 83 and F1. RGB value is (128,131,241). Sum of RGB (Red+Green+Blue) = 128+131+241=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #8083F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8083F1 is #7F7C0E. Grayscale: #8E8E8E. Windows color (decimal): -8354831 or 15827840. OLE color: 15827840.
HSL color Cylindrical-coordinate representation of color #8083F1: hue angle of 238.41º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8083F1 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 131 | 241 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.05 |
| HSL | 238.41º | 0.8% | 0.72% | - |
| HSV(B) | 238.41º | 0.47% | 0.95% | - |
| XYZ | 32.9 | 27.17 | 86.73 | - |
| YUV | 142.64 | 183.51 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 241 | 0.47 | 0.46 | 0 | 0.05 | 238.41 | 0.8 | 0.72 |
| Hex | 80 | 83 | F1 | 2F | 2E | 0 | 5 | EE | 50 | 48 |
| Octal | 200 | 203 | 361 | 57 | 56 | 0 | 5 | 356 | 120 | 110 |
| Binary | 10000000 | 10000011 | 11110001 | 101111 | 101110 | 0 | 101 | 11101110 | 1010000 | 1001000 |
Color Harmonies of #8083F1
Complementary color
Monochromatic Colors of #8083F1
Black with #8083F1
Text Example
Text Example
White with #8083F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8083F1; }
p { color: rgb(128,131,241); }
H1.HeaderClassName
{
color: #8083F1;
}
.AnyTagClassName
{
color: #8083F1;
}
</style>
background-color css
<style>
a { background-color: #8083F1; }
a { background-color: rgb(128,131,241); }
div.DivClassName
{
background-color: #8083F1;
}
.BgClassName
{
background-color: #8083F1;
}
</style>
border-color css
<style>
span { border-color: #8083F1; }
span { border-color: rgb(128,131,241); }
td.TdClassName
{
border-color: #8083F1;
}
.TagClassName
{
border-color: #8083F1;
}
</style>