Shades of Light Slate Blue #8080F3
Tints of Light Slate Blue #8080F3
RGB
CMYK
RGB Variations
Color information
#8080F3 (or 0x8080F3) is known color: Light Slate Blue. HEX triplet: 80, 80 and F3. RGB value is (128,128,243). Sum of RGB (Red+Green+Blue) = 128+128+243=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #8080F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8080F3 is #7F7F0C. Grayscale: #8C8C8C. Windows color (decimal): -8355597 or 15958144. OLE color: 15958144.
HSL color Cylindrical-coordinate representation of color #8080F3: hue angle of 240º 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 #8080F3 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 128 | 243 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.05 |
| HSL | 240º | 0.83% | 0.73% | - |
| HSV(B) | 240º | 0.47% | 0.95% | - |
| XYZ | 32.8 | 26.5 | 88.18 | - |
| YUV | 141.11 | 185.5 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 243 | 0.47 | 0.47 | 0 | 0.05 | 240 | 0.83 | 0.73 |
| Hex | 80 | 80 | F3 | 2F | 2F | 0 | 5 | F0 | 53 | 49 |
| Octal | 200 | 200 | 363 | 57 | 57 | 0 | 5 | 360 | 123 | 111 |
| Binary | 10000000 | 10000000 | 11110011 | 101111 | 101111 | 0 | 101 | 11110000 | 1010011 | 1001001 |
Color Harmonies of #8080F3
Complementary color
Monochromatic Colors of #8080F3
Black with #8080F3
Text Example
Text Example
White with #8080F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8080F3; }
p { color: rgb(128,128,243); }
H1.HeaderClassName
{
color: #8080F3;
}
.AnyTagClassName
{
color: #8080F3;
}
</style>
background-color css
<style>
a { background-color: #8080F3; }
a { background-color: rgb(128,128,243); }
div.DivClassName
{
background-color: #8080F3;
}
.BgClassName
{
background-color: #8080F3;
}
</style>
border-color css
<style>
span { border-color: #8080F3; }
span { border-color: rgb(128,128,243); }
td.TdClassName
{
border-color: #8080F3;
}
.TagClassName
{
border-color: #8080F3;
}
</style>