Shades of Light Slate Blue #727BFA
Tints of Light Slate Blue #727BFA
RGB
CMYK
RGB Variations
Color information
#727BFA (or 0x727BFA) is known color: Light Slate Blue. HEX triplet: 72, 7B and FA. RGB value is (114,123,250). Sum of RGB (Red+Green+Blue) = 114+123+250=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #727BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727BFA is #8D8405. Grayscale: #868686. Windows color (decimal): -9274374 or 16415602. OLE color: 16415602.
HSL color Cylindrical-coordinate representation of color #727BFA: hue angle of 236.03º 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 #727BFA is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 123 | 250 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.02 |
| HSL | 236.03º | 0.93% | 0.71% | - |
| HSV(B) | 236.03º | 0.54% | 0.98% | - |
| XYZ | 31.28 | 24.65 | 93.55 | - |
| YUV | 134.79 | 193.02 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 250 | 0.54 | 0.51 | 0 | 0.02 | 236.03 | 0.93 | 0.71 |
| Hex | 72 | 7B | FA | 36 | 33 | 0 | 2 | EC | 5D | 47 |
| Octal | 162 | 173 | 372 | 66 | 63 | 0 | 2 | 354 | 135 | 107 |
| Binary | 1110010 | 1111011 | 11111010 | 110110 | 110011 | 0 | 10 | 11101100 | 1011101 | 1000111 |
Color Harmonies of #727BFA
Complementary color
Monochromatic Colors of #727BFA
Black with #727BFA
Text Example
Text Example
White with #727BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727BFA; }
p { color: rgb(114,123,250); }
H1.HeaderClassName
{
color: #727BFA;
}
.AnyTagClassName
{
color: #727BFA;
}
</style>
background-color css
<style>
a { background-color: #727BFA; }
a { background-color: rgb(114,123,250); }
div.DivClassName
{
background-color: #727BFA;
}
.BgClassName
{
background-color: #727BFA;
}
</style>
border-color css
<style>
span { border-color: #727BFA; }
span { border-color: rgb(114,123,250); }
td.TdClassName
{
border-color: #727BFA;
}
.TagClassName
{
border-color: #727BFA;
}
</style>