Shades of Light Slate Blue #707AFE
Tints of Light Slate Blue #707AFE
RGB
CMYK
RGB Variations
Color information
#707AFE (or 0x707AFE) is known color: Light Slate Blue. HEX triplet: 70, 7A and FE. RGB value is (112,122,254). Sum of RGB (Red+Green+Blue) = 112+122+254=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #707AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707AFE is #8F8501. Grayscale: #858585. Windows color (decimal): -9405698 or 16677488. OLE color: 16677488.
HSL color Cylindrical-coordinate representation of color #707AFE: hue angle of 235.77º 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 #707AFE is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 122 | 254 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.00 |
| HSL | 235.77º | 0.99% | 0.72% | - |
| HSV(B) | 235.77º | 0.56% | 1% | - |
| XYZ | 31.53 | 24.52 | 96.84 | - |
| YUV | 134.06 | 195.69 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 254 | 0.56 | 0.52 | 0 | 0.00 | 235.77 | 0.99 | 0.72 |
| Hex | 70 | 7A | FE | 38 | 34 | 0 | 0 | EC | 63 | 48 |
| Octal | 160 | 172 | 376 | 70 | 64 | 0 | 0 | 354 | 143 | 110 |
| Binary | 1110000 | 1111010 | 11111110 | 111000 | 110100 | 0 | 0 | 11101100 | 1100011 | 1001000 |
Color Harmonies of #707AFE
Complementary color
Monochromatic Colors of #707AFE
Black with #707AFE
Text Example
Text Example
White with #707AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707AFE; }
p { color: rgb(112,122,254); }
H1.HeaderClassName
{
color: #707AFE;
}
.AnyTagClassName
{
color: #707AFE;
}
</style>
background-color css
<style>
a { background-color: #707AFE; }
a { background-color: rgb(112,122,254); }
div.DivClassName
{
background-color: #707AFE;
}
.BgClassName
{
background-color: #707AFE;
}
</style>
border-color css
<style>
span { border-color: #707AFE; }
span { border-color: rgb(112,122,254); }
td.TdClassName
{
border-color: #707AFE;
}
.TagClassName
{
border-color: #707AFE;
}
</style>