Shades of Light Slate Blue #7D7FFC
Tints of Light Slate Blue #7D7FFC
RGB
CMYK
RGB Variations
Color information
#7D7FFC (or 0x7D7FFC) is known color: Light Slate Blue. HEX triplet: 7D, 7F and FC. RGB value is (125,127,252). Sum of RGB (Red+Green+Blue) = 125+127+252=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D7FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7FFC is #828003. Grayscale: #8C8C8C. Windows color (decimal): -8552452 or 16547709. OLE color: 16547709.
HSL color Cylindrical-coordinate representation of color #7D7FFC: hue angle of 239.06º 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 #7D7FFC is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 127 | 252 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.01 |
| HSL | 239.06º | 0.95% | 0.74% | - |
| HSV(B) | 239.06º | 0.5% | 0.99% | - |
| XYZ | 33.62 | 26.57 | 95.45 | - |
| YUV | 140.65 | 190.84 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 127 | 252 | 0.50 | 0.50 | 0 | 0.01 | 239.06 | 0.95 | 0.74 |
| Hex | 7D | 7F | FC | 32 | 32 | 0 | 1 | EF | 5F | 4A |
| Octal | 175 | 177 | 374 | 62 | 62 | 0 | 1 | 357 | 137 | 112 |
| Binary | 1111101 | 1111111 | 11111100 | 110010 | 110010 | 0 | 1 | 11101111 | 1011111 | 1001010 |
Color Harmonies of #7D7FFC
Complementary color
Monochromatic Colors of #7D7FFC
Black with #7D7FFC
Text Example
Text Example
White with #7D7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7FFC; }
p { color: rgb(125,127,252); }
H1.HeaderClassName
{
color: #7D7FFC;
}
.AnyTagClassName
{
color: #7D7FFC;
}
</style>
background-color css
<style>
a { background-color: #7D7FFC; }
a { background-color: rgb(125,127,252); }
div.DivClassName
{
background-color: #7D7FFC;
}
.BgClassName
{
background-color: #7D7FFC;
}
</style>
border-color css
<style>
span { border-color: #7D7FFC; }
span { border-color: rgb(125,127,252); }
td.TdClassName
{
border-color: #7D7FFC;
}
.TagClassName
{
border-color: #7D7FFC;
}
</style>