Shades of Light Slate Blue #7171FF
Tints of Light Slate Blue #7171FF
RGB
CMYK
RGB Variations
Color information
#7171FF (or 0x7171FF) is known color: Light Slate Blue. HEX triplet: 71, 71 and FF. RGB value is (113,113,255). Sum of RGB (Red+Green+Blue) = 113+113+255=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #7171FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7171FF is #8E8E00. Grayscale: #808080. Windows color (decimal): -9342465 or 16740721. OLE color: 16740721.
HSL color Cylindrical-coordinate representation of color #7171FF: hue angle of 240º 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 #7171FF is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 113 | 113 | 255 | - |
CMYK | 0.56 | 0.56 | 0 | 0 |
HSL | 240º | 1% | 0.72% | - |
HSV(B) | 240º | 0.56% | 1% | - |
XYZ | 30.77 | 22.54 | 97.34 | - |
YUV | 129.19 | 199 | 116.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 113 | 113 | 255 | 0.56 | 0.56 | 0 | 0 | 240 | 1 | 0.72 |
Hex | 71 | 71 | FF | 38 | 38 | 0 | 0 | F0 | 64 | 48 |
Octal | 161 | 161 | 377 | 70 | 70 | 0 | 0 | 360 | 144 | 110 |
Binary | 1110001 | 1110001 | 11111111 | 111000 | 111000 | 0 | 0 | 11110000 | 1100100 | 1001000 |
Color Harmonies of #7171FF
Complementary color
Monochromatic Colors of #7171FF
Black with #7171FF
Text Example
Text Example
White with #7171FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7171FF; }
p { color: rgb(113,113,255); }
H1.HeaderClassName
{
color: #7171FF;
}
.AnyTagClassName
{
color: #7171FF;
}
</style>
background-color css
<style>
a { background-color: #7171FF; }
a { background-color: rgb(113,113,255); }
div.DivClassName
{
background-color: #7171FF;
}
.BgClassName
{
background-color: #7171FF;
}
</style>
border-color css
<style>
span { border-color: #7171FF; }
span { border-color: rgb(113,113,255); }
td.TdClassName
{
border-color: #7171FF;
}
.TagClassName
{
border-color: #7171FF;
}
</style>