Shades of Light Slate Blue #707BFA
Tints of Light Slate Blue #707BFA
RGB
CMYK
RGB Variations
Color information
#707BFA (or 0x707BFA) is known color: Light Slate Blue. HEX triplet: 70, 7B and FA. RGB value is (112,123,250). Sum of RGB (Red+Green+Blue) = 112+123+250=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #707BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707BFA is #8F8405. Grayscale: #858585. Windows color (decimal): -9405446 or 16415600. OLE color: 16415600.
HSL color Cylindrical-coordinate representation of color #707BFA: hue angle of 235.22º degrees, saturation: 0.93, 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 #707BFA is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 123 | 250 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.02 |
| HSL | 235.22º | 0.93% | 0.71% | - |
| HSV(B) | 235.22º | 0.55% | 0.98% | - |
| XYZ | 31.02 | 24.51 | 93.54 | - |
| YUV | 134.19 | 193.36 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 250 | 0.55 | 0.51 | 0 | 0.02 | 235.22 | 0.93 | 0.71 |
| Hex | 70 | 7B | FA | 37 | 33 | 0 | 2 | EB | 5D | 47 |
| Octal | 160 | 173 | 372 | 67 | 63 | 0 | 2 | 353 | 135 | 107 |
| Binary | 1110000 | 1111011 | 11111010 | 110111 | 110011 | 0 | 10 | 11101011 | 1011101 | 1000111 |
Color Harmonies of #707BFA
Complementary color
Monochromatic Colors of #707BFA
Black with #707BFA
Text Example
Text Example
White with #707BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707BFA; }
p { color: rgb(112,123,250); }
H1.HeaderClassName
{
color: #707BFA;
}
.AnyTagClassName
{
color: #707BFA;
}
</style>
background-color css
<style>
a { background-color: #707BFA; }
a { background-color: rgb(112,123,250); }
div.DivClassName
{
background-color: #707BFA;
}
.BgClassName
{
background-color: #707BFA;
}
</style>
border-color css
<style>
span { border-color: #707BFA; }
span { border-color: rgb(112,123,250); }
td.TdClassName
{
border-color: #707BFA;
}
.TagClassName
{
border-color: #707BFA;
}
</style>