Shades of Light Slate Blue #727FFD
Tints of Light Slate Blue #727FFD
RGB
CMYK
RGB Variations
Color information
#727FFD (or 0x727FFD) is known color: Light Slate Blue. HEX triplet: 72, 7F and FD. RGB value is (114,127,253). Sum of RGB (Red+Green+Blue) = 114+127+253=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #727FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727FFD is #8D8002. Grayscale: #888888. Windows color (decimal): -9273347 or 16613234. OLE color: 16613234.
HSL color Cylindrical-coordinate representation of color #727FFD: hue angle of 234.39º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #727FFD is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 127 | 253 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.01 |
| HSL | 234.39º | 0.97% | 0.72% | - |
| HSV(B) | 234.39º | 0.55% | 0.99% | - |
| XYZ | 32.26 | 25.85 | 96.22 | - |
| YUV | 137.48 | 193.19 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 253 | 0.55 | 0.50 | 0 | 0.01 | 234.39 | 0.97 | 0.72 |
| Hex | 72 | 7F | FD | 37 | 32 | 0 | 1 | EA | 61 | 48 |
| Octal | 162 | 177 | 375 | 67 | 62 | 0 | 1 | 352 | 141 | 110 |
| Binary | 1110010 | 1111111 | 11111101 | 110111 | 110010 | 0 | 1 | 11101010 | 1100001 | 1001000 |
Color Harmonies of #727FFD
Complementary color
Monochromatic Colors of #727FFD
Black with #727FFD
Text Example
Text Example
White with #727FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727FFD; }
p { color: rgb(114,127,253); }
H1.HeaderClassName
{
color: #727FFD;
}
.AnyTagClassName
{
color: #727FFD;
}
</style>
background-color css
<style>
a { background-color: #727FFD; }
a { background-color: rgb(114,127,253); }
div.DivClassName
{
background-color: #727FFD;
}
.BgClassName
{
background-color: #727FFD;
}
</style>
border-color css
<style>
span { border-color: #727FFD; }
span { border-color: rgb(114,127,253); }
td.TdClassName
{
border-color: #727FFD;
}
.TagClassName
{
border-color: #727FFD;
}
</style>