Shades of Light Slate Blue #7482FE
Tints of Light Slate Blue #7482FE
RGB
CMYK
RGB Variations
Color information
#7482FE (or 0x7482FE) is known color: Light Slate Blue. HEX triplet: 74, 82 and FE. RGB value is (116,130,254). Sum of RGB (Red+Green+Blue) = 116+130+254=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #7482FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7482FE is #8B7D01. Grayscale: #8B8B8B. Windows color (decimal): -9141506 or 16679540. OLE color: 16679540.
HSL color Cylindrical-coordinate representation of color #7482FE: hue angle of 233.91º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7482FE is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 130 | 254 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.00 |
| HSL | 233.91º | 0.99% | 0.73% | - |
| HSV(B) | 233.91º | 0.54% | 1% | - |
| XYZ | 33.07 | 26.83 | 97.2 | - |
| YUV | 139.95 | 192.36 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 254 | 0.54 | 0.49 | 0 | 0.00 | 233.91 | 0.99 | 0.73 |
| Hex | 74 | 82 | FE | 36 | 31 | 0 | 0 | EA | 63 | 49 |
| Octal | 164 | 202 | 376 | 66 | 61 | 0 | 0 | 352 | 143 | 111 |
| Binary | 1110100 | 10000010 | 11111110 | 110110 | 110001 | 0 | 0 | 11101010 | 1100011 | 1001001 |
Color Harmonies of #7482FE
Complementary color
Monochromatic Colors of #7482FE
Black with #7482FE
Text Example
Text Example
White with #7482FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7482FE; }
p { color: rgb(116,130,254); }
H1.HeaderClassName
{
color: #7482FE;
}
.AnyTagClassName
{
color: #7482FE;
}
</style>
background-color css
<style>
a { background-color: #7482FE; }
a { background-color: rgb(116,130,254); }
div.DivClassName
{
background-color: #7482FE;
}
.BgClassName
{
background-color: #7482FE;
}
</style>
border-color css
<style>
span { border-color: #7482FE; }
span { border-color: rgb(116,130,254); }
td.TdClassName
{
border-color: #7482FE;
}
.TagClassName
{
border-color: #7482FE;
}
</style>