Shades of Light Slate Blue #8082F0
Tints of Light Slate Blue #8082F0
RGB
CMYK
RGB Variations
Color information
#8082F0 (or 0x8082F0) is known color: Light Slate Blue. HEX triplet: 80, 82 and F0. RGB value is (128,130,240). Sum of RGB (Red+Green+Blue) = 128+130+240=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #8082F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8082F0 is #7F7D0F. Grayscale: #8D8D8D. Windows color (decimal): -8355088 or 15762048. OLE color: 15762048.
HSL color Cylindrical-coordinate representation of color #8082F0: hue angle of 238.93º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8082F0 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 130 | 240 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.06 |
| HSL | 238.93º | 0.79% | 0.72% | - |
| HSV(B) | 238.93º | 0.47% | 0.94% | - |
| XYZ | 32.61 | 26.85 | 85.9 | - |
| YUV | 141.94 | 183.34 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 240 | 0.47 | 0.46 | 0 | 0.06 | 238.93 | 0.79 | 0.72 |
| Hex | 80 | 82 | F0 | 2F | 2E | 0 | 6 | EF | 4F | 48 |
| Octal | 200 | 202 | 360 | 57 | 56 | 0 | 6 | 357 | 117 | 110 |
| Binary | 10000000 | 10000010 | 11110000 | 101111 | 101110 | 0 | 110 | 11101111 | 1001111 | 1001000 |
Color Harmonies of #8082F0
Complementary color
Monochromatic Colors of #8082F0
Black with #8082F0
Text Example
Text Example
White with #8082F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082F0; }
p { color: rgb(128,130,240); }
H1.HeaderClassName
{
color: #8082F0;
}
.AnyTagClassName
{
color: #8082F0;
}
</style>
background-color css
<style>
a { background-color: #8082F0; }
a { background-color: rgb(128,130,240); }
div.DivClassName
{
background-color: #8082F0;
}
.BgClassName
{
background-color: #8082F0;
}
</style>
border-color css
<style>
span { border-color: #8082F0; }
span { border-color: rgb(128,130,240); }
td.TdClassName
{
border-color: #8082F0;
}
.TagClassName
{
border-color: #8082F0;
}
</style>