Shades of Light Slate Blue #7F83FF
Tints of Light Slate Blue #7F83FF
RGB
CMYK
RGB Variations
Color information
#7F83FF (or 0x7F83FF) is known color: Light Slate Blue. HEX triplet: 7F, 83 and FF. RGB value is (127,131,255). Sum of RGB (Red+Green+Blue) = 127+131+255=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F83FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F83FF is #807C00. Grayscale: #8F8F8F. Windows color (decimal): -8420353 or 16745343. OLE color: 16745343.
HSL color Cylindrical-coordinate representation of color #7F83FF: hue angle of 238.12º 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 #7F83FF is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 131 | 255 | - |
| CMYK | 0.50 | 0.49 | 0 | 0 |
| HSL | 238.13º | 1% | 0.75% | - |
| HSV(B) | 238.13º | 0.5% | 1% | - |
| XYZ | 34.92 | 27.96 | 98.17 | - |
| YUV | 143.94 | 190.67 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 255 | 0.50 | 0.49 | 0 | 0 | 238.13 | 1 | 0.75 |
| Hex | 7F | 83 | FF | 32 | 31 | 0 | 0 | EE | 64 | 4B |
| Octal | 177 | 203 | 377 | 62 | 61 | 0 | 0 | 356 | 144 | 113 |
| Binary | 1111111 | 10000011 | 11111111 | 110010 | 110001 | 0 | 0 | 11101110 | 1100100 | 1001011 |
Color Harmonies of #7F83FF
Complementary color
Monochromatic Colors of #7F83FF
Black with #7F83FF
Text Example
Text Example
White with #7F83FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F83FF; }
p { color: rgb(127,131,255); }
H1.HeaderClassName
{
color: #7F83FF;
}
.AnyTagClassName
{
color: #7F83FF;
}
</style>
background-color css
<style>
a { background-color: #7F83FF; }
a { background-color: rgb(127,131,255); }
div.DivClassName
{
background-color: #7F83FF;
}
.BgClassName
{
background-color: #7F83FF;
}
</style>
border-color css
<style>
span { border-color: #7F83FF; }
span { border-color: rgb(127,131,255); }
td.TdClassName
{
border-color: #7F83FF;
}
.TagClassName
{
border-color: #7F83FF;
}
</style>