Shades of Light Slate Blue #7470FB
Tints of Light Slate Blue #7470FB
RGB
CMYK
RGB Variations
Color information
#7470FB (or 0x7470FB) is known color: Light Slate Blue. HEX triplet: 74, 70 and FB. RGB value is (116,112,251). Sum of RGB (Red+Green+Blue) = 116+112+251=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #7470FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7470FB is #8B8F04. Grayscale: #808080. Windows color (decimal): -9146117 or 16478324. OLE color: 16478324.
HSL color Cylindrical-coordinate representation of color #7470FB: hue angle of 241.73º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7470FB is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 112 | 251 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.02 |
| HSL | 241.73º | 0.95% | 0.71% | - |
| HSV(B) | 241.73º | 0.55% | 0.98% | - |
| XYZ | 30.41 | 22.27 | 93.96 | - |
| YUV | 129.04 | 196.83 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 251 | 0.54 | 0.55 | 0 | 0.02 | 241.73 | 0.95 | 0.71 |
| Hex | 74 | 70 | FB | 36 | 37 | 0 | 2 | F2 | 5F | 47 |
| Octal | 164 | 160 | 373 | 66 | 67 | 0 | 2 | 362 | 137 | 107 |
| Binary | 1110100 | 1110000 | 11111011 | 110110 | 110111 | 0 | 10 | 11110010 | 1011111 | 1000111 |
Color Harmonies of #7470FB
Complementary color
Monochromatic Colors of #7470FB
Black with #7470FB
Text Example
Text Example
White with #7470FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7470FB; }
p { color: rgb(116,112,251); }
H1.HeaderClassName
{
color: #7470FB;
}
.AnyTagClassName
{
color: #7470FB;
}
</style>
background-color css
<style>
a { background-color: #7470FB; }
a { background-color: rgb(116,112,251); }
div.DivClassName
{
background-color: #7470FB;
}
.BgClassName
{
background-color: #7470FB;
}
</style>
border-color css
<style>
span { border-color: #7470FB; }
span { border-color: rgb(116,112,251); }
td.TdClassName
{
border-color: #7470FB;
}
.TagClassName
{
border-color: #7470FB;
}
</style>