Shades of Light Slate Blue #7172FE
Tints of Light Slate Blue #7172FE
RGB
CMYK
RGB Variations
Color information
#7172FE (or 0x7172FE) is known color: Light Slate Blue. HEX triplet: 71, 72 and FE. RGB value is (113,114,254). Sum of RGB (Red+Green+Blue) = 113+114+254=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #7172FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7172FE is #8E8D01. Grayscale: #818181. Windows color (decimal): -9342210 or 16675441. OLE color: 16675441.
HSL color Cylindrical-coordinate representation of color #7172FE: hue angle of 239.57º 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 #7172FE is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 114 | 254 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.00 |
| HSL | 239.57º | 0.99% | 0.72% | - |
| HSV(B) | 239.57º | 0.56% | 1% | - |
| XYZ | 30.72 | 22.7 | 96.53 | - |
| YUV | 129.66 | 198.17 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 254 | 0.56 | 0.55 | 0 | 0.00 | 239.57 | 0.99 | 0.72 |
| Hex | 71 | 72 | FE | 38 | 37 | 0 | 0 | F0 | 63 | 48 |
| Octal | 161 | 162 | 376 | 70 | 67 | 0 | 0 | 360 | 143 | 110 |
| Binary | 1110001 | 1110010 | 11111110 | 111000 | 110111 | 0 | 0 | 11110000 | 1100011 | 1001000 |
Color Harmonies of #7172FE
Complementary color
Monochromatic Colors of #7172FE
Black with #7172FE
Text Example
Text Example
White with #7172FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7172FE; }
p { color: rgb(113,114,254); }
H1.HeaderClassName
{
color: #7172FE;
}
.AnyTagClassName
{
color: #7172FE;
}
</style>
background-color css
<style>
a { background-color: #7172FE; }
a { background-color: rgb(113,114,254); }
div.DivClassName
{
background-color: #7172FE;
}
.BgClassName
{
background-color: #7172FE;
}
</style>
border-color css
<style>
span { border-color: #7172FE; }
span { border-color: rgb(113,114,254); }
td.TdClassName
{
border-color: #7172FE;
}
.TagClassName
{
border-color: #7172FE;
}
</style>