Shades of Light Slate Blue #7182FE
Tints of Light Slate Blue #7182FE
RGB
CMYK
RGB Variations
Color information
#7182FE (or 0x7182FE) is known color: Light Slate Blue. HEX triplet: 71, 82 and FE. RGB value is (113,130,254). Sum of RGB (Red+Green+Blue) = 113+130+254=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #7182FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7182FE is #8E7D01. Grayscale: #8A8A8A. Windows color (decimal): -9338114 or 16679537. OLE color: 16679537.
HSL color Cylindrical-coordinate representation of color #7182FE: hue angle of 232.77º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7182FE is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 130 | 254 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.00 |
| HSL | 232.77º | 0.99% | 0.72% | - |
| HSV(B) | 232.77º | 0.56% | 1% | - |
| XYZ | 32.68 | 26.63 | 97.18 | - |
| YUV | 139.05 | 192.87 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 254 | 0.56 | 0.49 | 0 | 0.00 | 232.77 | 0.99 | 0.72 |
| Hex | 71 | 82 | FE | 38 | 31 | 0 | 0 | E9 | 63 | 48 |
| Octal | 161 | 202 | 376 | 70 | 61 | 0 | 0 | 351 | 143 | 110 |
| Binary | 1110001 | 10000010 | 11111110 | 111000 | 110001 | 0 | 0 | 11101001 | 1100011 | 1001000 |
Color Harmonies of #7182FE
Complementary color
Monochromatic Colors of #7182FE
Black with #7182FE
Text Example
Text Example
White with #7182FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7182FE; }
p { color: rgb(113,130,254); }
H1.HeaderClassName
{
color: #7182FE;
}
.AnyTagClassName
{
color: #7182FE;
}
</style>
background-color css
<style>
a { background-color: #7182FE; }
a { background-color: rgb(113,130,254); }
div.DivClassName
{
background-color: #7182FE;
}
.BgClassName
{
background-color: #7182FE;
}
</style>
border-color css
<style>
span { border-color: #7182FE; }
span { border-color: rgb(113,130,254); }
td.TdClassName
{
border-color: #7182FE;
}
.TagClassName
{
border-color: #7182FE;
}
</style>