Shades of Light Slate Blue #726FFD
Tints of Light Slate Blue #726FFD
RGB
CMYK
RGB Variations
Color information
#726FFD (or 0x726FFD) is known color: Light Slate Blue. HEX triplet: 72, 6F and FD. RGB value is (114,111,253). Sum of RGB (Red+Green+Blue) = 114+111+253=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #726FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726FFD is #8D9002. Grayscale: #7F7F7F. Windows color (decimal): -9277443 or 16609138. OLE color: 16609138.
HSL color Cylindrical-coordinate representation of color #726FFD: hue angle of 241.27º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #726FFD is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 111 | 253 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.01 |
| HSL | 241.27º | 0.97% | 0.71% | - |
| HSV(B) | 241.27º | 0.56% | 0.99% | - |
| XYZ | 30.35 | 22.04 | 95.58 | - |
| YUV | 128.09 | 198.49 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 253 | 0.55 | 0.56 | 0 | 0.01 | 241.27 | 0.97 | 0.71 |
| Hex | 72 | 6F | FD | 37 | 38 | 0 | 1 | F1 | 61 | 47 |
| Octal | 162 | 157 | 375 | 67 | 70 | 0 | 1 | 361 | 141 | 107 |
| Binary | 1110010 | 1101111 | 11111101 | 110111 | 111000 | 0 | 1 | 11110001 | 1100001 | 1000111 |
Color Harmonies of #726FFD
Complementary color
Monochromatic Colors of #726FFD
Black with #726FFD
Text Example
Text Example
White with #726FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FFD; }
p { color: rgb(114,111,253); }
H1.HeaderClassName
{
color: #726FFD;
}
.AnyTagClassName
{
color: #726FFD;
}
</style>
background-color css
<style>
a { background-color: #726FFD; }
a { background-color: rgb(114,111,253); }
div.DivClassName
{
background-color: #726FFD;
}
.BgClassName
{
background-color: #726FFD;
}
</style>
border-color css
<style>
span { border-color: #726FFD; }
span { border-color: rgb(114,111,253); }
td.TdClassName
{
border-color: #726FFD;
}
.TagClassName
{
border-color: #726FFD;
}
</style>