Shades of Light Slate Blue #7271FF
Tints of Light Slate Blue #7271FF
RGB
CMYK
RGB Variations
Color information
#7271FF (or 0x7271FF) is known color: Light Slate Blue. HEX triplet: 72, 71 and FF. RGB value is (114,113,255). Sum of RGB (Red+Green+Blue) = 114+113+255=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 113 (44.53% from 255 or 23.44% 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 #7271FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7271FF is #8D8E00. Grayscale: #808080. Windows color (decimal): -9276929 or 16740722. OLE color: 16740722.
HSL color Cylindrical-coordinate representation of color #7271FF: hue angle of 240.42º 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 #7271FF is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 113 | 255 | - |
| CMYK | 0.55 | 0.56 | 0 | 0 |
| HSL | 240.42º | 1% | 0.72% | - |
| HSV(B) | 240.42º | 0.56% | 1% | - |
| XYZ | 30.89 | 22.61 | 97.34 | - |
| YUV | 129.49 | 198.83 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 255 | 0.55 | 0.56 | 0 | 0 | 240.42 | 1 | 0.72 |
| Hex | 72 | 71 | FF | 37 | 38 | 0 | 0 | F0 | 64 | 48 |
| Octal | 162 | 161 | 377 | 67 | 70 | 0 | 0 | 360 | 144 | 110 |
| Binary | 1110010 | 1110001 | 11111111 | 110111 | 111000 | 0 | 0 | 11110000 | 1100100 | 1001000 |
Color Harmonies of #7271FF
Complementary color
Monochromatic Colors of #7271FF
Black with #7271FF
Text Example
Text Example
White with #7271FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7271FF; }
p { color: rgb(114,113,255); }
H1.HeaderClassName
{
color: #7271FF;
}
.AnyTagClassName
{
color: #7271FF;
}
</style>
background-color css
<style>
a { background-color: #7271FF; }
a { background-color: rgb(114,113,255); }
div.DivClassName
{
background-color: #7271FF;
}
.BgClassName
{
background-color: #7271FF;
}
</style>
border-color css
<style>
span { border-color: #7271FF; }
span { border-color: rgb(114,113,255); }
td.TdClassName
{
border-color: #7271FF;
}
.TagClassName
{
border-color: #7271FF;
}
</style>