Shades of Light Slate Blue #7D80FC
Tints of Light Slate Blue #7D80FC
RGB
CMYK
RGB Variations
Color information
#7D80FC (or 0x7D80FC) is known color: Light Slate Blue. HEX triplet: 7D, 80 and FC. RGB value is (125,128,252). Sum of RGB (Red+Green+Blue) = 125+128+252=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D80FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D80FC is #827F03. Grayscale: #8C8C8C. Windows color (decimal): -8552196 or 16547965. OLE color: 16547965.
HSL color Cylindrical-coordinate representation of color #7D80FC: hue angle of 238.58º 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 #7D80FC is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 128 | 252 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.01 |
| HSL | 238.58º | 0.95% | 0.74% | - |
| HSV(B) | 238.58º | 0.5% | 0.99% | - |
| XYZ | 33.75 | 26.83 | 95.49 | - |
| YUV | 141.24 | 190.51 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 252 | 0.50 | 0.49 | 0 | 0.01 | 238.58 | 0.95 | 0.74 |
| Hex | 7D | 80 | FC | 32 | 31 | 0 | 1 | EF | 5F | 4A |
| Octal | 175 | 200 | 374 | 62 | 61 | 0 | 1 | 357 | 137 | 112 |
| Binary | 1111101 | 10000000 | 11111100 | 110010 | 110001 | 0 | 1 | 11101111 | 1011111 | 1001010 |
Color Harmonies of #7D80FC
Complementary color
Monochromatic Colors of #7D80FC
Black with #7D80FC
Text Example
Text Example
White with #7D80FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D80FC; }
p { color: rgb(125,128,252); }
H1.HeaderClassName
{
color: #7D80FC;
}
.AnyTagClassName
{
color: #7D80FC;
}
</style>
background-color css
<style>
a { background-color: #7D80FC; }
a { background-color: rgb(125,128,252); }
div.DivClassName
{
background-color: #7D80FC;
}
.BgClassName
{
background-color: #7D80FC;
}
</style>
border-color css
<style>
span { border-color: #7D80FC; }
span { border-color: rgb(125,128,252); }
td.TdClassName
{
border-color: #7D80FC;
}
.TagClassName
{
border-color: #7D80FC;
}
</style>