Shades of Light Slate Blue #727FFB
Tints of Light Slate Blue #727FFB
RGB
CMYK
RGB Variations
Color information
#727FFB (or 0x727FFB) is known color: Light Slate Blue. HEX triplet: 72, 7F and FB. RGB value is (114,127,251). Sum of RGB (Red+Green+Blue) = 114+127+251=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #727FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727FFB is #8D8004. Grayscale: #888888. Windows color (decimal): -9273349 or 16482162. OLE color: 16482162.
HSL color Cylindrical-coordinate representation of color #727FFB: hue angle of 234.31º 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 #727FFB is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 127 | 251 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.02 |
| HSL | 234.31º | 0.94% | 0.72% | - |
| HSV(B) | 234.31º | 0.55% | 0.98% | - |
| XYZ | 31.94 | 25.72 | 94.55 | - |
| YUV | 137.25 | 192.19 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 251 | 0.55 | 0.49 | 0 | 0.02 | 234.31 | 0.94 | 0.72 |
| Hex | 72 | 7F | FB | 37 | 31 | 0 | 2 | EA | 5E | 48 |
| Octal | 162 | 177 | 373 | 67 | 61 | 0 | 2 | 352 | 136 | 110 |
| Binary | 1110010 | 1111111 | 11111011 | 110111 | 110001 | 0 | 10 | 11101010 | 1011110 | 1001000 |
Color Harmonies of #727FFB
Complementary color
Monochromatic Colors of #727FFB
Black with #727FFB
Text Example
Text Example
White with #727FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727FFB; }
p { color: rgb(114,127,251); }
H1.HeaderClassName
{
color: #727FFB;
}
.AnyTagClassName
{
color: #727FFB;
}
</style>
background-color css
<style>
a { background-color: #727FFB; }
a { background-color: rgb(114,127,251); }
div.DivClassName
{
background-color: #727FFB;
}
.BgClassName
{
background-color: #727FFB;
}
</style>
border-color css
<style>
span { border-color: #727FFB; }
span { border-color: rgb(114,127,251); }
td.TdClassName
{
border-color: #727FFB;
}
.TagClassName
{
border-color: #727FFB;
}
</style>