Shades of Light Slate Blue #707EFB
Tints of Light Slate Blue #707EFB
RGB
CMYK
RGB Variations
Color information
#707EFB (or 0x707EFB) is known color: Light Slate Blue. HEX triplet: 70, 7E and FB. RGB value is (112,126,251). Sum of RGB (Red+Green+Blue) = 112+126+251=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #707EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707EFB is #8F8104. Grayscale: #878787. Windows color (decimal): -9404677 or 16481904. OLE color: 16481904.
HSL color Cylindrical-coordinate representation of color #707EFB: hue angle of 233.96º 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 #707EFB is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 126 | 251 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.02 |
| HSL | 233.96º | 0.95% | 0.71% | - |
| HSV(B) | 233.96º | 0.55% | 0.98% | - |
| XYZ | 31.56 | 25.33 | 94.49 | - |
| YUV | 136.06 | 192.86 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 251 | 0.55 | 0.50 | 0 | 0.02 | 233.96 | 0.95 | 0.71 |
| Hex | 70 | 7E | FB | 37 | 32 | 0 | 2 | EA | 5F | 47 |
| Octal | 160 | 176 | 373 | 67 | 62 | 0 | 2 | 352 | 137 | 107 |
| Binary | 1110000 | 1111110 | 11111011 | 110111 | 110010 | 0 | 10 | 11101010 | 1011111 | 1000111 |
Color Harmonies of #707EFB
Complementary color
Monochromatic Colors of #707EFB
Black with #707EFB
Text Example
Text Example
White with #707EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707EFB; }
p { color: rgb(112,126,251); }
H1.HeaderClassName
{
color: #707EFB;
}
.AnyTagClassName
{
color: #707EFB;
}
</style>
background-color css
<style>
a { background-color: #707EFB; }
a { background-color: rgb(112,126,251); }
div.DivClassName
{
background-color: #707EFB;
}
.BgClassName
{
background-color: #707EFB;
}
</style>
border-color css
<style>
span { border-color: #707EFB; }
span { border-color: rgb(112,126,251); }
td.TdClassName
{
border-color: #707EFB;
}
.TagClassName
{
border-color: #707EFB;
}
</style>