Shades of Light Slate Blue #726FFE
Tints of Light Slate Blue #726FFE
RGB
CMYK
RGB Variations
Color information
#726FFE (or 0x726FFE) is known color: Light Slate Blue. HEX triplet: 72, 6F and FE. RGB value is (114,111,254). Sum of RGB (Red+Green+Blue) = 114+111+254=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #726FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726FFE is #8D9001. Grayscale: #7F7F7F. Windows color (decimal): -9277442 or 16674674. OLE color: 16674674.
HSL color Cylindrical-coordinate representation of color #726FFE: hue angle of 241.26º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #726FFE is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 111 | 254 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.00 |
| HSL | 241.26º | 0.99% | 0.72% | - |
| HSV(B) | 241.26º | 0.56% | 1% | - |
| XYZ | 30.51 | 22.1 | 96.42 | - |
| YUV | 128.2 | 198.99 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 254 | 0.55 | 0.56 | 0 | 0.00 | 241.26 | 0.99 | 0.72 |
| Hex | 72 | 6F | FE | 37 | 38 | 0 | 0 | F1 | 63 | 48 |
| Octal | 162 | 157 | 376 | 67 | 70 | 0 | 0 | 361 | 143 | 110 |
| Binary | 1110010 | 1101111 | 11111110 | 110111 | 111000 | 0 | 0 | 11110001 | 1100011 | 1001000 |
Color Harmonies of #726FFE
Complementary color
Monochromatic Colors of #726FFE
Black with #726FFE
Text Example
Text Example
White with #726FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FFE; }
p { color: rgb(114,111,254); }
H1.HeaderClassName
{
color: #726FFE;
}
.AnyTagClassName
{
color: #726FFE;
}
</style>
background-color css
<style>
a { background-color: #726FFE; }
a { background-color: rgb(114,111,254); }
div.DivClassName
{
background-color: #726FFE;
}
.BgClassName
{
background-color: #726FFE;
}
</style>
border-color css
<style>
span { border-color: #726FFE; }
span { border-color: rgb(114,111,254); }
td.TdClassName
{
border-color: #726FFE;
}
.TagClassName
{
border-color: #726FFE;
}
</style>