Shades of Light Slate Blue #727FFA
Tints of Light Slate Blue #727FFA
RGB
CMYK
RGB Variations
Color information
#727FFA (or 0x727FFA) is known color: Light Slate Blue. HEX triplet: 72, 7F and FA. RGB value is (114,127,250). Sum of RGB (Red+Green+Blue) = 114+127+250=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #727FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727FFA is #8D8005. Grayscale: #888888. Windows color (decimal): -9273350 or 16416626. OLE color: 16416626.
HSL color Cylindrical-coordinate representation of color #727FFA: hue angle of 234.26º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #727FFA is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 127 | 250 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.02 |
| HSL | 234.26º | 0.93% | 0.71% | - |
| HSV(B) | 234.26º | 0.54% | 0.98% | - |
| XYZ | 31.78 | 25.66 | 93.72 | - |
| YUV | 137.14 | 191.69 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 250 | 0.54 | 0.49 | 0 | 0.02 | 234.26 | 0.93 | 0.71 |
| Hex | 72 | 7F | FA | 36 | 31 | 0 | 2 | EA | 5D | 47 |
| Octal | 162 | 177 | 372 | 66 | 61 | 0 | 2 | 352 | 135 | 107 |
| Binary | 1110010 | 1111111 | 11111010 | 110110 | 110001 | 0 | 10 | 11101010 | 1011101 | 1000111 |
Color Harmonies of #727FFA
Complementary color
Monochromatic Colors of #727FFA
Black with #727FFA
Text Example
Text Example
White with #727FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727FFA; }
p { color: rgb(114,127,250); }
H1.HeaderClassName
{
color: #727FFA;
}
.AnyTagClassName
{
color: #727FFA;
}
</style>
background-color css
<style>
a { background-color: #727FFA; }
a { background-color: rgb(114,127,250); }
div.DivClassName
{
background-color: #727FFA;
}
.BgClassName
{
background-color: #727FFA;
}
</style>
border-color css
<style>
span { border-color: #727FFA; }
span { border-color: rgb(114,127,250); }
td.TdClassName
{
border-color: #727FFA;
}
.TagClassName
{
border-color: #727FFA;
}
</style>