Shades of Light Slate Blue #8083FF
Tints of Light Slate Blue #8083FF
RGB
CMYK
RGB Variations
Color information
#8083FF (or 0x8083FF) is known color: Light Slate Blue. HEX triplet: 80, 83 and FF. RGB value is (128,131,255). Sum of RGB (Red+Green+Blue) = 128+131+255=514 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.90% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #8083FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8083FF is #7F7C00. Grayscale: #8F8F8F. Windows color (decimal): -8354817 or 16745344. OLE color: 16745344.
HSL color Cylindrical-coordinate representation of color #8083FF: hue angle of 238.58º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8083FF is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 131 | 255 | - |
| CMYK | 0.50 | 0.49 | 0 | 0 |
| HSL | 238.58º | 1% | 0.75% | - |
| HSV(B) | 238.58º | 0.5% | 1% | - |
| XYZ | 35.07 | 28.04 | 98.17 | - |
| YUV | 144.24 | 190.51 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 255 | 0.50 | 0.49 | 0 | 0 | 238.58 | 1 | 0.75 |
| Hex | 80 | 83 | FF | 32 | 31 | 0 | 0 | EF | 64 | 4B |
| Octal | 200 | 203 | 377 | 62 | 61 | 0 | 0 | 357 | 144 | 113 |
| Binary | 10000000 | 10000011 | 11111111 | 110010 | 110001 | 0 | 0 | 11101111 | 1100100 | 1001011 |
Color Harmonies of #8083FF
Complementary color
Monochromatic Colors of #8083FF
Black with #8083FF
Text Example
Text Example
White with #8083FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8083FF; }
p { color: rgb(128,131,255); }
H1.HeaderClassName
{
color: #8083FF;
}
.AnyTagClassName
{
color: #8083FF;
}
</style>
background-color css
<style>
a { background-color: #8083FF; }
a { background-color: rgb(128,131,255); }
div.DivClassName
{
background-color: #8083FF;
}
.BgClassName
{
background-color: #8083FF;
}
</style>
border-color css
<style>
span { border-color: #8083FF; }
span { border-color: rgb(128,131,255); }
td.TdClassName
{
border-color: #8083FF;
}
.TagClassName
{
border-color: #8083FF;
}
</style>