Shades of Light Slate Blue #7471FC
Tints of Light Slate Blue #7471FC
RGB
CMYK
RGB Variations
Color information
#7471FC (or 0x7471FC) is known color: Light Slate Blue. HEX triplet: 74, 71 and FC. RGB value is (116,113,252). Sum of RGB (Red+Green+Blue) = 116+113+252=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #7471FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7471FC is #8B8E03. Grayscale: #818181. Windows color (decimal): -9145860 or 16544116. OLE color: 16544116.
HSL color Cylindrical-coordinate representation of color #7471FC: hue angle of 241.29º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7471FC is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 113 | 252 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.01 |
| HSL | 241.3º | 0.96% | 0.72% | - |
| HSV(B) | 241.3º | 0.55% | 0.99% | - |
| XYZ | 30.68 | 22.55 | 94.83 | - |
| YUV | 129.74 | 196.99 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 252 | 0.54 | 0.55 | 0 | 0.01 | 241.3 | 0.96 | 0.72 |
| Hex | 74 | 71 | FC | 36 | 37 | 0 | 1 | F1 | 60 | 48 |
| Octal | 164 | 161 | 374 | 66 | 67 | 0 | 1 | 361 | 140 | 110 |
| Binary | 1110100 | 1110001 | 11111100 | 110110 | 110111 | 0 | 1 | 11110001 | 1100000 | 1001000 |
Color Harmonies of #7471FC
Complementary color
Monochromatic Colors of #7471FC
Black with #7471FC
Text Example
Text Example
White with #7471FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7471FC; }
p { color: rgb(116,113,252); }
H1.HeaderClassName
{
color: #7471FC;
}
.AnyTagClassName
{
color: #7471FC;
}
</style>
background-color css
<style>
a { background-color: #7471FC; }
a { background-color: rgb(116,113,252); }
div.DivClassName
{
background-color: #7471FC;
}
.BgClassName
{
background-color: #7471FC;
}
</style>
border-color css
<style>
span { border-color: #7471FC; }
span { border-color: rgb(116,113,252); }
td.TdClassName
{
border-color: #7471FC;
}
.TagClassName
{
border-color: #7471FC;
}
</style>