Shades of Light Slate Blue #7F82FF
Tints of Light Slate Blue #7F82FF
RGB
CMYK
RGB Variations
Color information
#7F82FF (or 0x7F82FF) is known color: Light Slate Blue. HEX triplet: 7F, 82 and FF. RGB value is (127,130,255). Sum of RGB (Red+Green+Blue) = 127+130+255=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F82FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F82FF is #807D00. Grayscale: #8E8E8E. Windows color (decimal): -8420609 or 16745087. OLE color: 16745087.
HSL color Cylindrical-coordinate representation of color #7F82FF: hue angle of 238.59º 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 #7F82FF is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 130 | 255 | - |
| CMYK | 0.50 | 0.49 | 0 | 0 |
| HSL | 238.59º | 1% | 0.75% | - |
| HSV(B) | 238.59º | 0.5% | 1% | - |
| XYZ | 34.79 | 27.7 | 98.12 | - |
| YUV | 143.35 | 191.01 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 130 | 255 | 0.50 | 0.49 | 0 | 0 | 238.59 | 1 | 0.75 |
| Hex | 7F | 82 | FF | 32 | 31 | 0 | 0 | EF | 64 | 4B |
| Octal | 177 | 202 | 377 | 62 | 61 | 0 | 0 | 357 | 144 | 113 |
| Binary | 1111111 | 10000010 | 11111111 | 110010 | 110001 | 0 | 0 | 11101111 | 1100100 | 1001011 |
Color Harmonies of #7F82FF
Complementary color
Monochromatic Colors of #7F82FF
Black with #7F82FF
Text Example
Text Example
White with #7F82FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F82FF; }
p { color: rgb(127,130,255); }
H1.HeaderClassName
{
color: #7F82FF;
}
.AnyTagClassName
{
color: #7F82FF;
}
</style>
background-color css
<style>
a { background-color: #7F82FF; }
a { background-color: rgb(127,130,255); }
div.DivClassName
{
background-color: #7F82FF;
}
.BgClassName
{
background-color: #7F82FF;
}
</style>
border-color css
<style>
span { border-color: #7F82FF; }
span { border-color: rgb(127,130,255); }
td.TdClassName
{
border-color: #7F82FF;
}
.TagClassName
{
border-color: #7F82FF;
}
</style>