Shades of Light Slate Blue #7179FE
Tints of Light Slate Blue #7179FE
RGB
CMYK
RGB Variations
Color information
#7179FE (or 0x7179FE) is known color: Light Slate Blue. HEX triplet: 71, 79 and FE. RGB value is (113,121,254). Sum of RGB (Red+Green+Blue) = 113+121+254=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #7179FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7179FE is #8E8601. Grayscale: #858585. Windows color (decimal): -9340418 or 16677233. OLE color: 16677233.
HSL color Cylindrical-coordinate representation of color #7179FE: hue angle of 236.6º 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 #7179FE is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 121 | 254 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.00 |
| HSL | 236.6º | 0.99% | 0.72% | - |
| HSV(B) | 236.6º | 0.56% | 1% | - |
| XYZ | 31.54 | 24.34 | 96.8 | - |
| YUV | 133.77 | 195.85 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 254 | 0.56 | 0.52 | 0 | 0.00 | 236.6 | 0.99 | 0.72 |
| Hex | 71 | 79 | FE | 38 | 34 | 0 | 0 | ED | 63 | 48 |
| Octal | 161 | 171 | 376 | 70 | 64 | 0 | 0 | 355 | 143 | 110 |
| Binary | 1110001 | 1111001 | 11111110 | 111000 | 110100 | 0 | 0 | 11101101 | 1100011 | 1001000 |
Color Harmonies of #7179FE
Complementary color
Monochromatic Colors of #7179FE
Black with #7179FE
Text Example
Text Example
White with #7179FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7179FE; }
p { color: rgb(113,121,254); }
H1.HeaderClassName
{
color: #7179FE;
}
.AnyTagClassName
{
color: #7179FE;
}
</style>
background-color css
<style>
a { background-color: #7179FE; }
a { background-color: rgb(113,121,254); }
div.DivClassName
{
background-color: #7179FE;
}
.BgClassName
{
background-color: #7179FE;
}
</style>
border-color css
<style>
span { border-color: #7179FE; }
span { border-color: rgb(113,121,254); }
td.TdClassName
{
border-color: #7179FE;
}
.TagClassName
{
border-color: #7179FE;
}
</style>