Shades of Light Slate Blue #707FFD
Tints of Light Slate Blue #707FFD
RGB
CMYK
RGB Variations
Color information
#707FFD (or 0x707FFD) is known color: Light Slate Blue. HEX triplet: 70, 7F and FD. RGB value is (112,127,253). Sum of RGB (Red+Green+Blue) = 112+127+253=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #707FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707FFD is #8F8002. Grayscale: #888888. Windows color (decimal): -9404419 or 16613232. OLE color: 16613232.
HSL color Cylindrical-coordinate representation of color #707FFD: hue angle of 233.62º 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 #707FFD is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 127 | 253 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.01 |
| HSL | 233.62º | 0.97% | 0.72% | - |
| HSV(B) | 233.62º | 0.56% | 0.99% | - |
| XYZ | 32 | 25.72 | 96.21 | - |
| YUV | 136.88 | 193.53 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 253 | 0.56 | 0.50 | 0 | 0.01 | 233.62 | 0.97 | 0.72 |
| Hex | 70 | 7F | FD | 38 | 32 | 0 | 1 | EA | 61 | 48 |
| Octal | 160 | 177 | 375 | 70 | 62 | 0 | 1 | 352 | 141 | 110 |
| Binary | 1110000 | 1111111 | 11111101 | 111000 | 110010 | 0 | 1 | 11101010 | 1100001 | 1001000 |
Color Harmonies of #707FFD
Complementary color
Monochromatic Colors of #707FFD
Black with #707FFD
Text Example
Text Example
White with #707FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707FFD; }
p { color: rgb(112,127,253); }
H1.HeaderClassName
{
color: #707FFD;
}
.AnyTagClassName
{
color: #707FFD;
}
</style>
background-color css
<style>
a { background-color: #707FFD; }
a { background-color: rgb(112,127,253); }
div.DivClassName
{
background-color: #707FFD;
}
.BgClassName
{
background-color: #707FFD;
}
</style>
border-color css
<style>
span { border-color: #707FFD; }
span { border-color: rgb(112,127,253); }
td.TdClassName
{
border-color: #707FFD;
}
.TagClassName
{
border-color: #707FFD;
}
</style>