Shades of Light Slate Blue #7D8CFC
Tints of Light Slate Blue #7D8CFC
RGB
CMYK
RGB Variations
Color information
#7D8CFC (or 0x7D8CFC) is known color: Light Slate Blue. HEX triplet: 7D, 8C and FC. RGB value is (125,140,252). Sum of RGB (Red+Green+Blue) = 125+140+252=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D8CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8CFC is #827303. Grayscale: #939393. Windows color (decimal): -8549124 or 16551037. OLE color: 16551037.
HSL color Cylindrical-coordinate representation of color #7D8CFC: hue angle of 232.91º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D8CFC is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 140 | 252 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.01 |
| HSL | 232.91º | 0.95% | 0.74% | - |
| HSV(B) | 232.91º | 0.5% | 0.99% | - |
| XYZ | 35.41 | 30.14 | 96.05 | - |
| YUV | 148.28 | 186.53 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 140 | 252 | 0.50 | 0.44 | 0 | 0.01 | 232.91 | 0.95 | 0.74 |
| Hex | 7D | 8C | FC | 32 | 2C | 0 | 1 | E9 | 5F | 4A |
| Octal | 175 | 214 | 374 | 62 | 54 | 0 | 1 | 351 | 137 | 112 |
| Binary | 1111101 | 10001100 | 11111100 | 110010 | 101100 | 0 | 1 | 11101001 | 1011111 | 1001010 |
Color Harmonies of #7D8CFC
Complementary color
Monochromatic Colors of #7D8CFC
Black with #7D8CFC
Text Example
Text Example
White with #7D8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8CFC; }
p { color: rgb(125,140,252); }
H1.HeaderClassName
{
color: #7D8CFC;
}
.AnyTagClassName
{
color: #7D8CFC;
}
</style>
background-color css
<style>
a { background-color: #7D8CFC; }
a { background-color: rgb(125,140,252); }
div.DivClassName
{
background-color: #7D8CFC;
}
.BgClassName
{
background-color: #7D8CFC;
}
</style>
border-color css
<style>
span { border-color: #7D8CFC; }
span { border-color: rgb(125,140,252); }
td.TdClassName
{
border-color: #7D8CFC;
}
.TagClassName
{
border-color: #7D8CFC;
}
</style>