Shades of Light Slate Blue #7073FF
Tints of Light Slate Blue #7073FF
RGB
CMYK
RGB Variations
Color information
#7073FF (or 0x7073FF) is known color: Light Slate Blue. HEX triplet: 70, 73 and FF. RGB value is (112,115,255). Sum of RGB (Red+Green+Blue) = 112+115+255=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #7073FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7073FF is #8F8C00. Grayscale: #818181. Windows color (decimal): -9407489 or 16741232. OLE color: 16741232.
HSL color Cylindrical-coordinate representation of color #7073FF: hue angle of 238.74º 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 #7073FF is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 115 | 255 | - |
| CMYK | 0.56 | 0.55 | 0 | 0 |
| HSL | 238.74º | 1% | 0.72% | - |
| HSV(B) | 238.74º | 0.56% | 1% | - |
| XYZ | 30.86 | 22.93 | 97.41 | - |
| YUV | 130.06 | 198.51 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 255 | 0.56 | 0.55 | 0 | 0 | 238.74 | 1 | 0.72 |
| Hex | 70 | 73 | FF | 38 | 37 | 0 | 0 | EF | 64 | 48 |
| Octal | 160 | 163 | 377 | 70 | 67 | 0 | 0 | 357 | 144 | 110 |
| Binary | 1110000 | 1110011 | 11111111 | 111000 | 110111 | 0 | 0 | 11101111 | 1100100 | 1001000 |
Color Harmonies of #7073FF
Complementary color
Monochromatic Colors of #7073FF
Black with #7073FF
Text Example
Text Example
White with #7073FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7073FF; }
p { color: rgb(112,115,255); }
H1.HeaderClassName
{
color: #7073FF;
}
.AnyTagClassName
{
color: #7073FF;
}
</style>
background-color css
<style>
a { background-color: #7073FF; }
a { background-color: rgb(112,115,255); }
div.DivClassName
{
background-color: #7073FF;
}
.BgClassName
{
background-color: #7073FF;
}
</style>
border-color css
<style>
span { border-color: #7073FF; }
span { border-color: rgb(112,115,255); }
td.TdClassName
{
border-color: #7073FF;
}
.TagClassName
{
border-color: #7073FF;
}
</style>