Shades of Light Slate Blue #707BFD
Tints of Light Slate Blue #707BFD
RGB
CMYK
RGB Variations
Color information
#707BFD (or 0x707BFD) is known color: Light Slate Blue. HEX triplet: 70, 7B and FD. RGB value is (112,123,253). Sum of RGB (Red+Green+Blue) = 112+123+253=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #707BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707BFD is #8F8402. Grayscale: #868686. Windows color (decimal): -9405443 or 16612208. OLE color: 16612208.
HSL color Cylindrical-coordinate representation of color #707BFD: hue angle of 235.32º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #707BFD is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 123 | 253 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.01 |
| HSL | 235.32º | 0.97% | 0.72% | - |
| HSV(B) | 235.32º | 0.56% | 0.99% | - |
| XYZ | 31.49 | 24.7 | 96.04 | - |
| YUV | 134.53 | 194.86 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 253 | 0.56 | 0.51 | 0 | 0.01 | 235.32 | 0.97 | 0.72 |
| Hex | 70 | 7B | FD | 38 | 33 | 0 | 1 | EB | 61 | 48 |
| Octal | 160 | 173 | 375 | 70 | 63 | 0 | 1 | 353 | 141 | 110 |
| Binary | 1110000 | 1111011 | 11111101 | 111000 | 110011 | 0 | 1 | 11101011 | 1100001 | 1001000 |
Color Harmonies of #707BFD
Complementary color
Monochromatic Colors of #707BFD
Black with #707BFD
Text Example
Text Example
White with #707BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707BFD; }
p { color: rgb(112,123,253); }
H1.HeaderClassName
{
color: #707BFD;
}
.AnyTagClassName
{
color: #707BFD;
}
</style>
background-color css
<style>
a { background-color: #707BFD; }
a { background-color: rgb(112,123,253); }
div.DivClassName
{
background-color: #707BFD;
}
.BgClassName
{
background-color: #707BFD;
}
</style>
border-color css
<style>
span { border-color: #707BFD; }
span { border-color: rgb(112,123,253); }
td.TdClassName
{
border-color: #707BFD;
}
.TagClassName
{
border-color: #707BFD;
}
</style>