Shades of Light Slate Blue #707DFB
Tints of Light Slate Blue #707DFB
RGB
CMYK
RGB Variations
Color information
#707DFB (or 0x707DFB) is known color: Light Slate Blue. HEX triplet: 70, 7D and FB. RGB value is (112,125,251). Sum of RGB (Red+Green+Blue) = 112+125+251=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #707DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707DFB is #8F8204. Grayscale: #868686. Windows color (decimal): -9404933 or 16481648. OLE color: 16481648.
HSL color Cylindrical-coordinate representation of color #707DFB: hue angle of 234.39º degrees, saturation: 0.95, 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 #707DFB is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 125 | 251 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.02 |
| HSL | 234.39º | 0.95% | 0.71% | - |
| HSV(B) | 234.39º | 0.55% | 0.98% | - |
| XYZ | 31.43 | 25.08 | 94.45 | - |
| YUV | 135.48 | 193.19 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 251 | 0.55 | 0.50 | 0 | 0.02 | 234.39 | 0.95 | 0.71 |
| Hex | 70 | 7D | FB | 37 | 32 | 0 | 2 | EA | 5F | 47 |
| Octal | 160 | 175 | 373 | 67 | 62 | 0 | 2 | 352 | 137 | 107 |
| Binary | 1110000 | 1111101 | 11111011 | 110111 | 110010 | 0 | 10 | 11101010 | 1011111 | 1000111 |
Color Harmonies of #707DFB
Complementary color
Monochromatic Colors of #707DFB
Black with #707DFB
Text Example
Text Example
White with #707DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707DFB; }
p { color: rgb(112,125,251); }
H1.HeaderClassName
{
color: #707DFB;
}
.AnyTagClassName
{
color: #707DFB;
}
</style>
background-color css
<style>
a { background-color: #707DFB; }
a { background-color: rgb(112,125,251); }
div.DivClassName
{
background-color: #707DFB;
}
.BgClassName
{
background-color: #707DFB;
}
</style>
border-color css
<style>
span { border-color: #707DFB; }
span { border-color: rgb(112,125,251); }
td.TdClassName
{
border-color: #707DFB;
}
.TagClassName
{
border-color: #707DFB;
}
</style>