Shades of Light Slate Blue #727CFF
Tints of Light Slate Blue #727CFF
RGB
CMYK
RGB Variations
Color information
#727CFF (or 0x727CFF) is known color: Light Slate Blue. HEX triplet: 72, 7C and FF. RGB value is (114,124,255). Sum of RGB (Red+Green+Blue) = 114+124+255=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #727CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727CFF is #8D8300. Grayscale: #878787. Windows color (decimal): -9274113 or 16743538. OLE color: 16743538.
HSL color Cylindrical-coordinate representation of color #727CFF: hue angle of 235.74º 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 #727CFF is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 124 | 255 | - |
| CMYK | 0.55 | 0.51 | 0 | 0 |
| HSL | 235.74º | 1% | 0.72% | - |
| HSV(B) | 235.74º | 0.55% | 1% | - |
| XYZ | 32.2 | 25.21 | 97.78 | - |
| YUV | 135.94 | 195.19 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 255 | 0.55 | 0.51 | 0 | 0 | 235.74 | 1 | 0.72 |
| Hex | 72 | 7C | FF | 37 | 33 | 0 | 0 | EC | 64 | 48 |
| Octal | 162 | 174 | 377 | 67 | 63 | 0 | 0 | 354 | 144 | 110 |
| Binary | 1110010 | 1111100 | 11111111 | 110111 | 110011 | 0 | 0 | 11101100 | 1100100 | 1001000 |
Color Harmonies of #727CFF
Complementary color
Monochromatic Colors of #727CFF
Black with #727CFF
Text Example
Text Example
White with #727CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727CFF; }
p { color: rgb(114,124,255); }
H1.HeaderClassName
{
color: #727CFF;
}
.AnyTagClassName
{
color: #727CFF;
}
</style>
background-color css
<style>
a { background-color: #727CFF; }
a { background-color: rgb(114,124,255); }
div.DivClassName
{
background-color: #727CFF;
}
.BgClassName
{
background-color: #727CFF;
}
</style>
border-color css
<style>
span { border-color: #727CFF; }
span { border-color: rgb(114,124,255); }
td.TdClassName
{
border-color: #727CFF;
}
.TagClassName
{
border-color: #727CFF;
}
</style>