Shades of Light Slate Blue #7472FF
Tints of Light Slate Blue #7472FF
RGB
CMYK
RGB Variations
Color information
#7472FF (or 0x7472FF) is known color: Light Slate Blue. HEX triplet: 74, 72 and FF. RGB value is (116,114,255). Sum of RGB (Red+Green+Blue) = 116+114+255=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 114 (44.92% from 255 or 23.51% 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 #7472FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7472FF is #8B8D00. Grayscale: #828282. Windows color (decimal): -9145601 or 16740980. OLE color: 16740980.
HSL color Cylindrical-coordinate representation of color #7472FF: hue angle of 240.85º 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 #7472FF is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 114 | 255 | - |
| CMYK | 0.55 | 0.55 | 0 | 0 |
| HSL | 240.85º | 1% | 0.72% | - |
| HSV(B) | 240.85º | 0.55% | 1% | - |
| XYZ | 31.27 | 22.97 | 97.39 | - |
| YUV | 130.67 | 198.16 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 255 | 0.55 | 0.55 | 0 | 0 | 240.85 | 1 | 0.72 |
| Hex | 74 | 72 | FF | 37 | 37 | 0 | 0 | F1 | 64 | 48 |
| Octal | 164 | 162 | 377 | 67 | 67 | 0 | 0 | 361 | 144 | 110 |
| Binary | 1110100 | 1110010 | 11111111 | 110111 | 110111 | 0 | 0 | 11110001 | 1100100 | 1001000 |
Color Harmonies of #7472FF
Complementary color
Monochromatic Colors of #7472FF
Black with #7472FF
Text Example
Text Example
White with #7472FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7472FF; }
p { color: rgb(116,114,255); }
H1.HeaderClassName
{
color: #7472FF;
}
.AnyTagClassName
{
color: #7472FF;
}
</style>
background-color css
<style>
a { background-color: #7472FF; }
a { background-color: rgb(116,114,255); }
div.DivClassName
{
background-color: #7472FF;
}
.BgClassName
{
background-color: #7472FF;
}
</style>
border-color css
<style>
span { border-color: #7472FF; }
span { border-color: rgb(116,114,255); }
td.TdClassName
{
border-color: #7472FF;
}
.TagClassName
{
border-color: #7472FF;
}
</style>