Shades of Light Slate Blue #7471FF
Tints of Light Slate Blue #7471FF
RGB
CMYK
RGB Variations
Color information
#7471FF (or 0x7471FF) is known color: Light Slate Blue. HEX triplet: 74, 71 and FF. RGB value is (116,113,255). Sum of RGB (Red+Green+Blue) = 116+113+255=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #7471FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7471FF is #8B8E00. Grayscale: #818181. Windows color (decimal): -9145857 or 16740724. OLE color: 16740724.
HSL color Cylindrical-coordinate representation of color #7471FF: hue angle of 241.27º 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 #7471FF is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 113 | 255 | - |
| CMYK | 0.55 | 0.56 | 0 | 0 |
| HSL | 241.27º | 1% | 0.72% | - |
| HSV(B) | 241.27º | 0.56% | 1% | - |
| XYZ | 31.16 | 22.74 | 97.36 | - |
| YUV | 130.09 | 198.49 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 255 | 0.55 | 0.56 | 0 | 0 | 241.27 | 1 | 0.72 |
| Hex | 74 | 71 | FF | 37 | 38 | 0 | 0 | F1 | 64 | 48 |
| Octal | 164 | 161 | 377 | 67 | 70 | 0 | 0 | 361 | 144 | 110 |
| Binary | 1110100 | 1110001 | 11111111 | 110111 | 111000 | 0 | 0 | 11110001 | 1100100 | 1001000 |
Color Harmonies of #7471FF
Complementary color
Monochromatic Colors of #7471FF
Black with #7471FF
Text Example
Text Example
White with #7471FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7471FF; }
p { color: rgb(116,113,255); }
H1.HeaderClassName
{
color: #7471FF;
}
.AnyTagClassName
{
color: #7471FF;
}
</style>
background-color css
<style>
a { background-color: #7471FF; }
a { background-color: rgb(116,113,255); }
div.DivClassName
{
background-color: #7471FF;
}
.BgClassName
{
background-color: #7471FF;
}
</style>
border-color css
<style>
span { border-color: #7471FF; }
span { border-color: rgb(116,113,255); }
td.TdClassName
{
border-color: #7471FF;
}
.TagClassName
{
border-color: #7471FF;
}
</style>