Shades of Light Slate Blue #7F82FA
Tints of Light Slate Blue #7F82FA
RGB
CMYK
RGB Variations
Color information
#7F82FA (or 0x7F82FA) is known color: Light Slate Blue. HEX triplet: 7F, 82 and FA. RGB value is (127,130,250). Sum of RGB (Red+Green+Blue) = 127+130+250=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F82FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F82FA is #807D05. Grayscale: #8E8E8E. Windows color (decimal): -8420614 or 16417407. OLE color: 16417407.
HSL color Cylindrical-coordinate representation of color #7F82FA: hue angle of 238.54º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F82FA is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 130 | 250 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.02 |
| HSL | 238.54º | 0.92% | 0.74% | - |
| HSV(B) | 238.54º | 0.49% | 0.98% | - |
| XYZ | 33.99 | 27.38 | 93.94 | - |
| YUV | 142.78 | 188.51 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 130 | 250 | 0.49 | 0.48 | 0 | 0.02 | 238.54 | 0.92 | 0.74 |
| Hex | 7F | 82 | FA | 31 | 30 | 0 | 2 | EF | 5C | 4A |
| Octal | 177 | 202 | 372 | 61 | 60 | 0 | 2 | 357 | 134 | 112 |
| Binary | 1111111 | 10000010 | 11111010 | 110001 | 110000 | 0 | 10 | 11101111 | 1011100 | 1001010 |
Color Harmonies of #7F82FA
Complementary color
Monochromatic Colors of #7F82FA
Black with #7F82FA
Text Example
Text Example
White with #7F82FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F82FA; }
p { color: rgb(127,130,250); }
H1.HeaderClassName
{
color: #7F82FA;
}
.AnyTagClassName
{
color: #7F82FA;
}
</style>
background-color css
<style>
a { background-color: #7F82FA; }
a { background-color: rgb(127,130,250); }
div.DivClassName
{
background-color: #7F82FA;
}
.BgClassName
{
background-color: #7F82FA;
}
</style>
border-color css
<style>
span { border-color: #7F82FA; }
span { border-color: rgb(127,130,250); }
td.TdClassName
{
border-color: #7F82FA;
}
.TagClassName
{
border-color: #7F82FA;
}
</style>