Shades of Light Slate Blue #726CFF
Tints of Light Slate Blue #726CFF
RGB
CMYK
RGB Variations
Color information
#726CFF (or 0x726CFF) is known color: Light Slate Blue. HEX triplet: 72, 6C and FF. RGB value is (114,108,255). Sum of RGB (Red+Green+Blue) = 114+108+255=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #726CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726CFF is #8D9300. Grayscale: #7D7D7D. Windows color (decimal): -9278209 or 16739442. OLE color: 16739442.
HSL color Cylindrical-coordinate representation of color #726CFF: hue angle of 242.45º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #726CFF is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 108 | 255 | - |
| CMYK | 0.55 | 0.58 | 0 | 0 |
| HSL | 242.45º | 1% | 0.71% | - |
| HSV(B) | 242.45º | 0.58% | 1% | - |
| XYZ | 30.35 | 21.52 | 97.16 | - |
| YUV | 126.55 | 200.49 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 255 | 0.55 | 0.58 | 0 | 0 | 242.45 | 1 | 0.71 |
| Hex | 72 | 6C | FF | 37 | 3A | 0 | 0 | F2 | 64 | 47 |
| Octal | 162 | 154 | 377 | 67 | 72 | 0 | 0 | 362 | 144 | 107 |
| Binary | 1110010 | 1101100 | 11111111 | 110111 | 111010 | 0 | 0 | 11110010 | 1100100 | 1000111 |
Color Harmonies of #726CFF
Complementary color
Monochromatic Colors of #726CFF
Black with #726CFF
Text Example
Text Example
White with #726CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726CFF; }
p { color: rgb(114,108,255); }
H1.HeaderClassName
{
color: #726CFF;
}
.AnyTagClassName
{
color: #726CFF;
}
</style>
background-color css
<style>
a { background-color: #726CFF; }
a { background-color: rgb(114,108,255); }
div.DivClassName
{
background-color: #726CFF;
}
.BgClassName
{
background-color: #726CFF;
}
</style>
border-color css
<style>
span { border-color: #726CFF; }
span { border-color: rgb(114,108,255); }
td.TdClassName
{
border-color: #726CFF;
}
.TagClassName
{
border-color: #726CFF;
}
</style>