Shades of Light Slate Blue #7682FA
Tints of Light Slate Blue #7682FA
RGB
CMYK
RGB Variations
Color information
#7682FA (or 0x7682FA) is known color: Light Slate Blue. HEX triplet: 76, 82 and FA. RGB value is (118,130,250). Sum of RGB (Red+Green+Blue) = 118+130+250=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #7682FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7682FA is #897D05. Grayscale: #8B8B8B. Windows color (decimal): -9010438 or 16417398. OLE color: 16417398.
HSL color Cylindrical-coordinate representation of color #7682FA: hue angle of 234.55º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7682FA is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 130 | 250 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.02 |
| HSL | 234.55º | 0.93% | 0.72% | - |
| HSV(B) | 234.55º | 0.53% | 0.98% | - |
| XYZ | 32.71 | 26.72 | 93.88 | - |
| YUV | 140.09 | 190.02 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 250 | 0.53 | 0.48 | 0 | 0.02 | 234.55 | 0.93 | 0.72 |
| Hex | 76 | 82 | FA | 35 | 30 | 0 | 2 | EB | 5D | 48 |
| Octal | 166 | 202 | 372 | 65 | 60 | 0 | 2 | 353 | 135 | 110 |
| Binary | 1110110 | 10000010 | 11111010 | 110101 | 110000 | 0 | 10 | 11101011 | 1011101 | 1001000 |
Color Harmonies of #7682FA
Complementary color
Monochromatic Colors of #7682FA
Black with #7682FA
Text Example
Text Example
White with #7682FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7682FA; }
p { color: rgb(118,130,250); }
H1.HeaderClassName
{
color: #7682FA;
}
.AnyTagClassName
{
color: #7682FA;
}
</style>
background-color css
<style>
a { background-color: #7682FA; }
a { background-color: rgb(118,130,250); }
div.DivClassName
{
background-color: #7682FA;
}
.BgClassName
{
background-color: #7682FA;
}
</style>
border-color css
<style>
span { border-color: #7682FA; }
span { border-color: rgb(118,130,250); }
td.TdClassName
{
border-color: #7682FA;
}
.TagClassName
{
border-color: #7682FA;
}
</style>