Shades of Light Slate Blue #726CFE
Tints of Light Slate Blue #726CFE
RGB
CMYK
RGB Variations
Color information
#726CFE (or 0x726CFE) is known color: Light Slate Blue. HEX triplet: 72, 6C and FE. RGB value is (114,108,254). Sum of RGB (Red+Green+Blue) = 114+108+254=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #726CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726CFE is #8D9301. Grayscale: #7D7D7D. Windows color (decimal): -9278210 or 16673906. OLE color: 16673906.
HSL color Cylindrical-coordinate representation of color #726CFE: hue angle of 242.47º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #726CFE is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 108 | 254 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.00 |
| HSL | 242.47º | 0.99% | 0.71% | - |
| HSV(B) | 242.47º | 0.57% | 1% | - |
| XYZ | 30.19 | 21.46 | 96.32 | - |
| YUV | 126.44 | 199.99 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 254 | 0.55 | 0.57 | 0 | 0.00 | 242.47 | 0.99 | 0.71 |
| Hex | 72 | 6C | FE | 37 | 39 | 0 | 0 | F2 | 63 | 47 |
| Octal | 162 | 154 | 376 | 67 | 71 | 0 | 0 | 362 | 143 | 107 |
| Binary | 1110010 | 1101100 | 11111110 | 110111 | 111001 | 0 | 0 | 11110010 | 1100011 | 1000111 |
Color Harmonies of #726CFE
Complementary color
Monochromatic Colors of #726CFE
Black with #726CFE
Text Example
Text Example
White with #726CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726CFE; }
p { color: rgb(114,108,254); }
H1.HeaderClassName
{
color: #726CFE;
}
.AnyTagClassName
{
color: #726CFE;
}
</style>
background-color css
<style>
a { background-color: #726CFE; }
a { background-color: rgb(114,108,254); }
div.DivClassName
{
background-color: #726CFE;
}
.BgClassName
{
background-color: #726CFE;
}
</style>
border-color css
<style>
span { border-color: #726CFE; }
span { border-color: rgb(114,108,254); }
td.TdClassName
{
border-color: #726CFE;
}
.TagClassName
{
border-color: #726CFE;
}
</style>