Shades of Light Slate Blue #7176FF
Tints of Light Slate Blue #7176FF
RGB
CMYK
RGB Variations
Color information
#7176FF (or 0x7176FF) is known color: Light Slate Blue. HEX triplet: 71, 76 and FF. RGB value is (113,118,255). Sum of RGB (Red+Green+Blue) = 113+118+255=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #7176FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7176FF is #8E8900. Grayscale: #838383. Windows color (decimal): -9341185 or 16742001. OLE color: 16742001.
HSL color Cylindrical-coordinate representation of color #7176FF: hue angle of 237.89º 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 #7176FF is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 118 | 255 | - |
| CMYK | 0.56 | 0.54 | 0 | 0 |
| HSL | 237.89º | 1% | 0.72% | - |
| HSV(B) | 237.89º | 0.56% | 1% | - |
| XYZ | 31.34 | 23.69 | 97.53 | - |
| YUV | 132.12 | 197.34 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 118 | 255 | 0.56 | 0.54 | 0 | 0 | 237.89 | 1 | 0.72 |
| Hex | 71 | 76 | FF | 38 | 36 | 0 | 0 | EE | 64 | 48 |
| Octal | 161 | 166 | 377 | 70 | 66 | 0 | 0 | 356 | 144 | 110 |
| Binary | 1110001 | 1110110 | 11111111 | 111000 | 110110 | 0 | 0 | 11101110 | 1100100 | 1001000 |
Color Harmonies of #7176FF
Complementary color
Monochromatic Colors of #7176FF
Black with #7176FF
Text Example
Text Example
White with #7176FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7176FF; }
p { color: rgb(113,118,255); }
H1.HeaderClassName
{
color: #7176FF;
}
.AnyTagClassName
{
color: #7176FF;
}
</style>
background-color css
<style>
a { background-color: #7176FF; }
a { background-color: rgb(113,118,255); }
div.DivClassName
{
background-color: #7176FF;
}
.BgClassName
{
background-color: #7176FF;
}
</style>
border-color css
<style>
span { border-color: #7176FF; }
span { border-color: rgb(113,118,255); }
td.TdClassName
{
border-color: #7176FF;
}
.TagClassName
{
border-color: #7176FF;
}
</style>