Shades of Light Slate Blue #7D7BFD
Tints of Light Slate Blue #7D7BFD
RGB
CMYK
RGB Variations
Color information
#7D7BFD (or 0x7D7BFD) is known color: Light Slate Blue. HEX triplet: 7D, 7B and FD. RGB value is (125,123,253). Sum of RGB (Red+Green+Blue) = 125+123+253=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D7BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7BFD is #828402. Grayscale: #898989. Windows color (decimal): -8553475 or 16612221. OLE color: 16612221.
HSL color Cylindrical-coordinate representation of color #7D7BFD: hue angle of 240.92º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D7BFD is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 123 | 253 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.01 |
| HSL | 240.92º | 0.97% | 0.74% | - |
| HSV(B) | 240.92º | 0.51% | 0.99% | - |
| XYZ | 33.27 | 25.62 | 96.12 | - |
| YUV | 138.42 | 192.66 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 123 | 253 | 0.51 | 0.51 | 0 | 0.01 | 240.92 | 0.97 | 0.74 |
| Hex | 7D | 7B | FD | 33 | 33 | 0 | 1 | F1 | 61 | 4A |
| Octal | 175 | 173 | 375 | 63 | 63 | 0 | 1 | 361 | 141 | 112 |
| Binary | 1111101 | 1111011 | 11111101 | 110011 | 110011 | 0 | 1 | 11110001 | 1100001 | 1001010 |
Color Harmonies of #7D7BFD
Complementary color
Monochromatic Colors of #7D7BFD
Black with #7D7BFD
Text Example
Text Example
White with #7D7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7BFD; }
p { color: rgb(125,123,253); }
H1.HeaderClassName
{
color: #7D7BFD;
}
.AnyTagClassName
{
color: #7D7BFD;
}
</style>
background-color css
<style>
a { background-color: #7D7BFD; }
a { background-color: rgb(125,123,253); }
div.DivClassName
{
background-color: #7D7BFD;
}
.BgClassName
{
background-color: #7D7BFD;
}
</style>
border-color css
<style>
span { border-color: #7D7BFD; }
span { border-color: rgb(125,123,253); }
td.TdClassName
{
border-color: #7D7BFD;
}
.TagClassName
{
border-color: #7D7BFD;
}
</style>