Shades of Light Slate Blue #707CFE
Tints of Light Slate Blue #707CFE
RGB
CMYK
RGB Variations
Color information
#707CFE (or 0x707CFE) is known color: Light Slate Blue. HEX triplet: 70, 7C and FE. RGB value is (112,124,254). Sum of RGB (Red+Green+Blue) = 112+124+254=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #707CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707CFE is #8F8301. Grayscale: #868686. Windows color (decimal): -9405186 or 16678000. OLE color: 16678000.
HSL color Cylindrical-coordinate representation of color #707CFE: hue angle of 234.93º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #707CFE is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 124 | 254 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.00 |
| HSL | 234.93º | 0.99% | 0.72% | - |
| HSV(B) | 234.93º | 0.56% | 1% | - |
| XYZ | 31.78 | 25.02 | 96.92 | - |
| YUV | 135.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 254 | 0.56 | 0.51 | 0 | 0.00 | 234.93 | 0.99 | 0.72 |
| Hex | 70 | 7C | FE | 38 | 33 | 0 | 0 | EB | 63 | 48 |
| Octal | 160 | 174 | 376 | 70 | 63 | 0 | 0 | 353 | 143 | 110 |
| Binary | 1110000 | 1111100 | 11111110 | 111000 | 110011 | 0 | 0 | 11101011 | 1100011 | 1001000 |
Color Harmonies of #707CFE
Complementary color
Monochromatic Colors of #707CFE
Black with #707CFE
Text Example
Text Example
White with #707CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707CFE; }
p { color: rgb(112,124,254); }
H1.HeaderClassName
{
color: #707CFE;
}
.AnyTagClassName
{
color: #707CFE;
}
</style>
background-color css
<style>
a { background-color: #707CFE; }
a { background-color: rgb(112,124,254); }
div.DivClassName
{
background-color: #707CFE;
}
.BgClassName
{
background-color: #707CFE;
}
</style>
border-color css
<style>
span { border-color: #707CFE; }
span { border-color: rgb(112,124,254); }
td.TdClassName
{
border-color: #707CFE;
}
.TagClassName
{
border-color: #707CFE;
}
</style>