Shades of Light Slate Blue #7270FF
Tints of Light Slate Blue #7270FF
RGB
CMYK
RGB Variations
Color information
#7270FF (or 0x7270FF) is known color: Light Slate Blue. HEX triplet: 72, 70 and FF. RGB value is (114,112,255). Sum of RGB (Red+Green+Blue) = 114+112+255=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #7270FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7270FF is #8D8F00. Grayscale: #808080. Windows color (decimal): -9277185 or 16740466. OLE color: 16740466.
HSL color Cylindrical-coordinate representation of color #7270FF: hue angle of 240.84º 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 #7270FF is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 112 | 255 | - |
| CMYK | 0.55 | 0.56 | 0 | 0 |
| HSL | 240.84º | 1% | 0.72% | - |
| HSV(B) | 240.84º | 0.56% | 1% | - |
| XYZ | 30.78 | 22.39 | 97.31 | - |
| YUV | 128.9 | 199.16 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 255 | 0.55 | 0.56 | 0 | 0 | 240.84 | 1 | 0.72 |
| Hex | 72 | 70 | FF | 37 | 38 | 0 | 0 | F1 | 64 | 48 |
| Octal | 162 | 160 | 377 | 67 | 70 | 0 | 0 | 361 | 144 | 110 |
| Binary | 1110010 | 1110000 | 11111111 | 110111 | 111000 | 0 | 0 | 11110001 | 1100100 | 1001000 |
Color Harmonies of #7270FF
Complementary color
Monochromatic Colors of #7270FF
Black with #7270FF
Text Example
Text Example
White with #7270FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7270FF; }
p { color: rgb(114,112,255); }
H1.HeaderClassName
{
color: #7270FF;
}
.AnyTagClassName
{
color: #7270FF;
}
</style>
background-color css
<style>
a { background-color: #7270FF; }
a { background-color: rgb(114,112,255); }
div.DivClassName
{
background-color: #7270FF;
}
.BgClassName
{
background-color: #7270FF;
}
</style>
border-color css
<style>
span { border-color: #7270FF; }
span { border-color: rgb(114,112,255); }
td.TdClassName
{
border-color: #7270FF;
}
.TagClassName
{
border-color: #7270FF;
}
</style>