Shades of Light Slate Blue #8082F7
Tints of Light Slate Blue #8082F7
RGB
CMYK
RGB Variations
Color information
#8082F7 (or 0x8082F7) is known color: Light Slate Blue. HEX triplet: 80, 82 and F7. RGB value is (128,130,247). Sum of RGB (Red+Green+Blue) = 128+130+247=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 247 (96.88% from 255 or 48.91% from 505); Max value from RGB is 247 - color contains mainly: blue. Hex color #8082F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8082F7 is #7F7D08. Grayscale: #8E8E8E. Windows color (decimal): -8355081 or 16220800. OLE color: 16220800.
HSL color Cylindrical-coordinate representation of color #8082F7: hue angle of 238.99º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8082F7 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 130 | 247 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.03 |
| HSL | 238.99º | 0.88% | 0.74% | - |
| HSV(B) | 238.99º | 0.48% | 0.97% | - |
| XYZ | 33.67 | 27.27 | 91.48 | - |
| YUV | 142.74 | 186.84 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 247 | 0.48 | 0.47 | 0 | 0.03 | 238.99 | 0.88 | 0.74 |
| Hex | 80 | 82 | F7 | 30 | 2F | 0 | 3 | EF | 58 | 4A |
| Octal | 200 | 202 | 367 | 60 | 57 | 0 | 3 | 357 | 130 | 112 |
| Binary | 10000000 | 10000010 | 11110111 | 110000 | 101111 | 0 | 11 | 11101111 | 1011000 | 1001010 |
Color Harmonies of #8082F7
Complementary color
Monochromatic Colors of #8082F7
Black with #8082F7
Text Example
Text Example
White with #8082F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082F7; }
p { color: rgb(128,130,247); }
H1.HeaderClassName
{
color: #8082F7;
}
.AnyTagClassName
{
color: #8082F7;
}
</style>
background-color css
<style>
a { background-color: #8082F7; }
a { background-color: rgb(128,130,247); }
div.DivClassName
{
background-color: #8082F7;
}
.BgClassName
{
background-color: #8082F7;
}
</style>
border-color css
<style>
span { border-color: #8082F7; }
span { border-color: rgb(128,130,247); }
td.TdClassName
{
border-color: #8082F7;
}
.TagClassName
{
border-color: #8082F7;
}
</style>