Shades of Light Slate Blue #7172FF
Tints of Light Slate Blue #7172FF
RGB
CMYK
RGB Variations
Color information
#7172FF (or 0x7172FF) is known color: Light Slate Blue. HEX triplet: 71, 72 and FF. RGB value is (113,114,255). Sum of RGB (Red+Green+Blue) = 113+114+255=482 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.44% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #7172FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7172FF is #8E8D00. Grayscale: #818181. Windows color (decimal): -9342209 or 16740977. OLE color: 16740977.
HSL color Cylindrical-coordinate representation of color #7172FF: hue angle of 239.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7172FF is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 114 | 255 | - |
| CMYK | 0.56 | 0.55 | 0 | 0 |
| HSL | 239.58º | 1% | 0.72% | - |
| HSV(B) | 239.58º | 0.56% | 1% | - |
| XYZ | 30.88 | 22.77 | 97.37 | - |
| YUV | 129.78 | 198.67 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 255 | 0.56 | 0.55 | 0 | 0 | 239.58 | 1 | 0.72 |
| Hex | 71 | 72 | FF | 38 | 37 | 0 | 0 | F0 | 64 | 48 |
| Octal | 161 | 162 | 377 | 70 | 67 | 0 | 0 | 360 | 144 | 110 |
| Binary | 1110001 | 1110010 | 11111111 | 111000 | 110111 | 0 | 0 | 11110000 | 1100100 | 1001000 |
Color Harmonies of #7172FF
Complementary color
Monochromatic Colors of #7172FF
Black with #7172FF
Text Example
Text Example
White with #7172FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7172FF; }
p { color: rgb(113,114,255); }
H1.HeaderClassName
{
color: #7172FF;
}
.AnyTagClassName
{
color: #7172FF;
}
</style>
background-color css
<style>
a { background-color: #7172FF; }
a { background-color: rgb(113,114,255); }
div.DivClassName
{
background-color: #7172FF;
}
.BgClassName
{
background-color: #7172FF;
}
</style>
border-color css
<style>
span { border-color: #7172FF; }
span { border-color: rgb(113,114,255); }
td.TdClassName
{
border-color: #7172FF;
}
.TagClassName
{
border-color: #7172FF;
}
</style>