Shades of Light Slate Blue #727BFF
Tints of Light Slate Blue #727BFF
RGB
CMYK
RGB Variations
Color information
#727BFF (or 0x727BFF) is known color: Light Slate Blue. HEX triplet: 72, 7B and FF. RGB value is (114,123,255). Sum of RGB (Red+Green+Blue) = 114+123+255=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #727BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727BFF is #8D8400. Grayscale: #868686. Windows color (decimal): -9274369 or 16743282. OLE color: 16743282.
HSL color Cylindrical-coordinate representation of color #727BFF: hue angle of 236.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #727BFF is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 123 | 255 | - |
| CMYK | 0.55 | 0.52 | 0 | 0 |
| HSL | 236.17º | 1% | 0.72% | - |
| HSV(B) | 236.17º | 0.55% | 1% | - |
| XYZ | 32.07 | 24.96 | 97.74 | - |
| YUV | 135.36 | 195.52 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 255 | 0.55 | 0.52 | 0 | 0 | 236.17 | 1 | 0.72 |
| Hex | 72 | 7B | FF | 37 | 34 | 0 | 0 | EC | 64 | 48 |
| Octal | 162 | 173 | 377 | 67 | 64 | 0 | 0 | 354 | 144 | 110 |
| Binary | 1110010 | 1111011 | 11111111 | 110111 | 110100 | 0 | 0 | 11101100 | 1100100 | 1001000 |
Color Harmonies of #727BFF
Complementary color
Monochromatic Colors of #727BFF
Black with #727BFF
Text Example
Text Example
White with #727BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727BFF; }
p { color: rgb(114,123,255); }
H1.HeaderClassName
{
color: #727BFF;
}
.AnyTagClassName
{
color: #727BFF;
}
</style>
background-color css
<style>
a { background-color: #727BFF; }
a { background-color: rgb(114,123,255); }
div.DivClassName
{
background-color: #727BFF;
}
.BgClassName
{
background-color: #727BFF;
}
</style>
border-color css
<style>
span { border-color: #727BFF; }
span { border-color: rgb(114,123,255); }
td.TdClassName
{
border-color: #727BFF;
}
.TagClassName
{
border-color: #727BFF;
}
</style>