Shades of Light Slate Blue #707EFE
Tints of Light Slate Blue #707EFE
RGB
CMYK
RGB Variations
Color information
#707EFE (or 0x707EFE) is known color: Light Slate Blue. HEX triplet: 70, 7E and FE. RGB value is (112,126,254). Sum of RGB (Red+Green+Blue) = 112+126+254=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #707EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707EFE is #8F8101. Grayscale: #878787. Windows color (decimal): -9404674 or 16678512. OLE color: 16678512.
HSL color Cylindrical-coordinate representation of color #707EFE: hue angle of 234.08º 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 #707EFE is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 126 | 254 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.00 |
| HSL | 234.08º | 0.99% | 0.72% | - |
| HSV(B) | 234.08º | 0.56% | 1% | - |
| XYZ | 32.03 | 25.52 | 97 | - |
| YUV | 136.41 | 194.36 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 254 | 0.56 | 0.50 | 0 | 0.00 | 234.08 | 0.99 | 0.72 |
| Hex | 70 | 7E | FE | 38 | 32 | 0 | 0 | EA | 63 | 48 |
| Octal | 160 | 176 | 376 | 70 | 62 | 0 | 0 | 352 | 143 | 110 |
| Binary | 1110000 | 1111110 | 11111110 | 111000 | 110010 | 0 | 0 | 11101010 | 1100011 | 1001000 |
Color Harmonies of #707EFE
Complementary color
Monochromatic Colors of #707EFE
Black with #707EFE
Text Example
Text Example
White with #707EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707EFE; }
p { color: rgb(112,126,254); }
H1.HeaderClassName
{
color: #707EFE;
}
.AnyTagClassName
{
color: #707EFE;
}
</style>
background-color css
<style>
a { background-color: #707EFE; }
a { background-color: rgb(112,126,254); }
div.DivClassName
{
background-color: #707EFE;
}
.BgClassName
{
background-color: #707EFE;
}
</style>
border-color css
<style>
span { border-color: #707EFE; }
span { border-color: rgb(112,126,254); }
td.TdClassName
{
border-color: #707EFE;
}
.TagClassName
{
border-color: #707EFE;
}
</style>