Shades of Light Slate Blue #7175FF
Tints of Light Slate Blue #7175FF
RGB
CMYK
RGB Variations
Color information
#7175FF (or 0x7175FF) is known color: Light Slate Blue. HEX triplet: 71, 75 and FF. RGB value is (113,117,255). Sum of RGB (Red+Green+Blue) = 113+117+255=485 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.30% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #7175FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7175FF is #8E8A00. Grayscale: #828282. Windows color (decimal): -9341441 or 16741745. OLE color: 16741745.
HSL color Cylindrical-coordinate representation of color #7175FF: hue angle of 238.31º 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 #7175FF is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 117 | 255 | - |
| CMYK | 0.56 | 0.54 | 0 | 0 |
| HSL | 238.31º | 1% | 0.72% | - |
| HSV(B) | 238.31º | 0.56% | 1% | - |
| XYZ | 31.22 | 23.45 | 97.49 | - |
| YUV | 131.54 | 197.67 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 255 | 0.56 | 0.54 | 0 | 0 | 238.31 | 1 | 0.72 |
| Hex | 71 | 75 | FF | 38 | 36 | 0 | 0 | EE | 64 | 48 |
| Octal | 161 | 165 | 377 | 70 | 66 | 0 | 0 | 356 | 144 | 110 |
| Binary | 1110001 | 1110101 | 11111111 | 111000 | 110110 | 0 | 0 | 11101110 | 1100100 | 1001000 |
Color Harmonies of #7175FF
Complementary color
Monochromatic Colors of #7175FF
Black with #7175FF
Text Example
Text Example
White with #7175FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7175FF; }
p { color: rgb(113,117,255); }
H1.HeaderClassName
{
color: #7175FF;
}
.AnyTagClassName
{
color: #7175FF;
}
</style>
background-color css
<style>
a { background-color: #7175FF; }
a { background-color: rgb(113,117,255); }
div.DivClassName
{
background-color: #7175FF;
}
.BgClassName
{
background-color: #7175FF;
}
</style>
border-color css
<style>
span { border-color: #7175FF; }
span { border-color: rgb(113,117,255); }
td.TdClassName
{
border-color: #7175FF;
}
.TagClassName
{
border-color: #7175FF;
}
</style>