Shades of Light Slate Blue #7D72FF
Tints of Light Slate Blue #7D72FF
RGB
CMYK
RGB Variations
Color information
#7D72FF (or 0x7D72FF) is known color: Light Slate Blue. HEX triplet: 7D, 72 and FF. RGB value is (125,114,255). Sum of RGB (Red+Green+Blue) = 125+114+255=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D72FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D72FF is #828D00. Grayscale: #848484. Windows color (decimal): -8555777 or 16740989. OLE color: 16740989.
HSL color Cylindrical-coordinate representation of color #7D72FF: hue angle of 244.68º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D72FF is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 114 | 255 | - |
| CMYK | 0.51 | 0.55 | 0 | 0 |
| HSL | 244.68º | 1% | 0.72% | - |
| HSV(B) | 244.68º | 0.55% | 1% | - |
| XYZ | 32.52 | 23.61 | 97.45 | - |
| YUV | 133.36 | 196.64 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 255 | 0.51 | 0.55 | 0 | 0 | 244.68 | 1 | 0.72 |
| Hex | 7D | 72 | FF | 33 | 37 | 0 | 0 | F5 | 64 | 48 |
| Octal | 175 | 162 | 377 | 63 | 67 | 0 | 0 | 365 | 144 | 110 |
| Binary | 1111101 | 1110010 | 11111111 | 110011 | 110111 | 0 | 0 | 11110101 | 1100100 | 1001000 |
Color Harmonies of #7D72FF
Complementary color
Monochromatic Colors of #7D72FF
Black with #7D72FF
Text Example
Text Example
White with #7D72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D72FF; }
p { color: rgb(125,114,255); }
H1.HeaderClassName
{
color: #7D72FF;
}
.AnyTagClassName
{
color: #7D72FF;
}
</style>
background-color css
<style>
a { background-color: #7D72FF; }
a { background-color: rgb(125,114,255); }
div.DivClassName
{
background-color: #7D72FF;
}
.BgClassName
{
background-color: #7D72FF;
}
</style>
border-color css
<style>
span { border-color: #7D72FF; }
span { border-color: rgb(125,114,255); }
td.TdClassName
{
border-color: #7D72FF;
}
.TagClassName
{
border-color: #7D72FF;
}
</style>