Shades of Light Slate Blue #727CFB
Tints of Light Slate Blue #727CFB
RGB
CMYK
RGB Variations
Color information
#727CFB (or 0x727CFB) is known color: Light Slate Blue. HEX triplet: 72, 7C and FB. RGB value is (114,124,251). Sum of RGB (Red+Green+Blue) = 114+124+251=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #727CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727CFB is #8D8304. Grayscale: #868686. Windows color (decimal): -9274117 or 16481394. OLE color: 16481394.
HSL color Cylindrical-coordinate representation of color #727CFB: hue angle of 235.62º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #727CFB is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 124 | 251 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.02 |
| HSL | 235.62º | 0.94% | 0.72% | - |
| HSV(B) | 235.62º | 0.55% | 0.98% | - |
| XYZ | 31.56 | 24.96 | 94.42 | - |
| YUV | 135.49 | 193.19 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 251 | 0.55 | 0.51 | 0 | 0.02 | 235.62 | 0.94 | 0.72 |
| Hex | 72 | 7C | FB | 37 | 33 | 0 | 2 | EC | 5E | 48 |
| Octal | 162 | 174 | 373 | 67 | 63 | 0 | 2 | 354 | 136 | 110 |
| Binary | 1110010 | 1111100 | 11111011 | 110111 | 110011 | 0 | 10 | 11101100 | 1011110 | 1001000 |
Color Harmonies of #727CFB
Complementary color
Monochromatic Colors of #727CFB
Black with #727CFB
Text Example
Text Example
White with #727CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727CFB; }
p { color: rgb(114,124,251); }
H1.HeaderClassName
{
color: #727CFB;
}
.AnyTagClassName
{
color: #727CFB;
}
</style>
background-color css
<style>
a { background-color: #727CFB; }
a { background-color: rgb(114,124,251); }
div.DivClassName
{
background-color: #727CFB;
}
.BgClassName
{
background-color: #727CFB;
}
</style>
border-color css
<style>
span { border-color: #727CFB; }
span { border-color: rgb(114,124,251); }
td.TdClassName
{
border-color: #727CFB;
}
.TagClassName
{
border-color: #727CFB;
}
</style>