Shades of Light Slate Blue #707AFF
Tints of Light Slate Blue #707AFF
RGB
CMYK
RGB Variations
Color information
#707AFF (or 0x707AFF) is known color: Light Slate Blue. HEX triplet: 70, 7A and FF. RGB value is (112,122,255). Sum of RGB (Red+Green+Blue) = 112+122+255=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #707AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707AFF is #8F8500. Grayscale: #858585. Windows color (decimal): -9405697 or 16743024. OLE color: 16743024.
HSL color Cylindrical-coordinate representation of color #707AFF: hue angle of 235.8º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #707AFF is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 122 | 255 | - |
| CMYK | 0.56 | 0.52 | 0 | 0 |
| HSL | 235.8º | 1% | 0.72% | - |
| HSV(B) | 235.8º | 0.56% | 1% | - |
| XYZ | 31.69 | 24.58 | 97.68 | - |
| YUV | 134.17 | 196.19 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 255 | 0.56 | 0.52 | 0 | 0 | 235.8 | 1 | 0.72 |
| Hex | 70 | 7A | FF | 38 | 34 | 0 | 0 | EC | 64 | 48 |
| Octal | 160 | 172 | 377 | 70 | 64 | 0 | 0 | 354 | 144 | 110 |
| Binary | 1110000 | 1111010 | 11111111 | 111000 | 110100 | 0 | 0 | 11101100 | 1100100 | 1001000 |
Color Harmonies of #707AFF
Complementary color
Monochromatic Colors of #707AFF
Black with #707AFF
Text Example
Text Example
White with #707AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707AFF; }
p { color: rgb(112,122,255); }
H1.HeaderClassName
{
color: #707AFF;
}
.AnyTagClassName
{
color: #707AFF;
}
</style>
background-color css
<style>
a { background-color: #707AFF; }
a { background-color: rgb(112,122,255); }
div.DivClassName
{
background-color: #707AFF;
}
.BgClassName
{
background-color: #707AFF;
}
</style>
border-color css
<style>
span { border-color: #707AFF; }
span { border-color: rgb(112,122,255); }
td.TdClassName
{
border-color: #707AFF;
}
.TagClassName
{
border-color: #707AFF;
}
</style>