Shades of Light Slate Blue #707CFB
Tints of Light Slate Blue #707CFB
RGB
CMYK
RGB Variations
Color information
#707CFB (or 0x707CFB) is known color: Light Slate Blue. HEX triplet: 70, 7C and FB. RGB value is (112,124,251). Sum of RGB (Red+Green+Blue) = 112+124+251=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #707CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707CFB is #8F8304. Grayscale: #868686. Windows color (decimal): -9405189 or 16481392. OLE color: 16481392.
HSL color Cylindrical-coordinate representation of color #707CFB: hue angle of 234.82º 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 #707CFB is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 124 | 251 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.02 |
| HSL | 234.82º | 0.95% | 0.71% | - |
| HSV(B) | 234.82º | 0.55% | 0.98% | - |
| XYZ | 31.3 | 24.83 | 94.41 | - |
| YUV | 134.89 | 193.52 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 251 | 0.55 | 0.51 | 0 | 0.02 | 234.82 | 0.95 | 0.71 |
| Hex | 70 | 7C | FB | 37 | 33 | 0 | 2 | EB | 5F | 47 |
| Octal | 160 | 174 | 373 | 67 | 63 | 0 | 2 | 353 | 137 | 107 |
| Binary | 1110000 | 1111100 | 11111011 | 110111 | 110011 | 0 | 10 | 11101011 | 1011111 | 1000111 |
Color Harmonies of #707CFB
Complementary color
Monochromatic Colors of #707CFB
Black with #707CFB
Text Example
Text Example
White with #707CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707CFB; }
p { color: rgb(112,124,251); }
H1.HeaderClassName
{
color: #707CFB;
}
.AnyTagClassName
{
color: #707CFB;
}
</style>
background-color css
<style>
a { background-color: #707CFB; }
a { background-color: rgb(112,124,251); }
div.DivClassName
{
background-color: #707CFB;
}
.BgClassName
{
background-color: #707CFB;
}
</style>
border-color css
<style>
span { border-color: #707CFB; }
span { border-color: rgb(112,124,251); }
td.TdClassName
{
border-color: #707CFB;
}
.TagClassName
{
border-color: #707CFB;
}
</style>