Shades of Light Slate Blue #7572FF
Tints of Light Slate Blue #7572FF
RGB
CMYK
RGB Variations
Color information
#7572FF (or 0x7572FF) is known color: Light Slate Blue. HEX triplet: 75, 72 and FF. RGB value is (117,114,255). Sum of RGB (Red+Green+Blue) = 117+114+255=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 114 (44.92% from 255 or 23.46% 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 #7572FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7572FF is #8A8D00. Grayscale: #828282. Windows color (decimal): -9080065 or 16740981. OLE color: 16740981.
HSL color Cylindrical-coordinate representation of color #7572FF: hue angle of 241.28º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7572FF is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 114 | 255 | - |
| CMYK | 0.54 | 0.55 | 0 | 0 |
| HSL | 241.28º | 1% | 0.72% | - |
| HSV(B) | 241.28º | 0.55% | 1% | - |
| XYZ | 31.4 | 23.04 | 97.4 | - |
| YUV | 130.97 | 197.99 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 255 | 0.54 | 0.55 | 0 | 0 | 241.28 | 1 | 0.72 |
| Hex | 75 | 72 | FF | 36 | 37 | 0 | 0 | F1 | 64 | 48 |
| Octal | 165 | 162 | 377 | 66 | 67 | 0 | 0 | 361 | 144 | 110 |
| Binary | 1110101 | 1110010 | 11111111 | 110110 | 110111 | 0 | 0 | 11110001 | 1100100 | 1001000 |
Color Harmonies of #7572FF
Complementary color
Monochromatic Colors of #7572FF
Black with #7572FF
Text Example
Text Example
White with #7572FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7572FF; }
p { color: rgb(117,114,255); }
H1.HeaderClassName
{
color: #7572FF;
}
.AnyTagClassName
{
color: #7572FF;
}
</style>
background-color css
<style>
a { background-color: #7572FF; }
a { background-color: rgb(117,114,255); }
div.DivClassName
{
background-color: #7572FF;
}
.BgClassName
{
background-color: #7572FF;
}
</style>
border-color css
<style>
span { border-color: #7572FF; }
span { border-color: rgb(117,114,255); }
td.TdClassName
{
border-color: #7572FF;
}
.TagClassName
{
border-color: #7572FF;
}
</style>