Shades of Light Slate Blue #7D80F0
Tints of Light Slate Blue #7D80F0
RGB
CMYK
RGB Variations
Color information
#7D80F0 (or 0x7D80F0) is known color: Light Slate Blue. HEX triplet: 7D, 80 and F0. RGB value is (125,128,240). Sum of RGB (Red+Green+Blue) = 125+128+240=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #7D80F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D80F0 is #827F0F. Grayscale: #8B8B8B. Windows color (decimal): -8552208 or 15761533. OLE color: 15761533.
HSL color Cylindrical-coordinate representation of color #7D80F0: hue angle of 238.43º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D80F0 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 128 | 240 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.06 |
| HSL | 238.43º | 0.79% | 0.72% | - |
| HSV(B) | 238.43º | 0.48% | 0.94% | - |
| XYZ | 31.9 | 26.09 | 85.79 | - |
| YUV | 139.87 | 184.51 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 240 | 0.48 | 0.47 | 0 | 0.06 | 238.43 | 0.79 | 0.72 |
| Hex | 7D | 80 | F0 | 30 | 2F | 0 | 6 | EE | 4F | 48 |
| Octal | 175 | 200 | 360 | 60 | 57 | 0 | 6 | 356 | 117 | 110 |
| Binary | 1111101 | 10000000 | 11110000 | 110000 | 101111 | 0 | 110 | 11101110 | 1001111 | 1001000 |
Color Harmonies of #7D80F0
Complementary color
Monochromatic Colors of #7D80F0
Black with #7D80F0
Text Example
Text Example
White with #7D80F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D80F0; }
p { color: rgb(125,128,240); }
H1.HeaderClassName
{
color: #7D80F0;
}
.AnyTagClassName
{
color: #7D80F0;
}
</style>
background-color css
<style>
a { background-color: #7D80F0; }
a { background-color: rgb(125,128,240); }
div.DivClassName
{
background-color: #7D80F0;
}
.BgClassName
{
background-color: #7D80F0;
}
</style>
border-color css
<style>
span { border-color: #7D80F0; }
span { border-color: rgb(125,128,240); }
td.TdClassName
{
border-color: #7D80F0;
}
.TagClassName
{
border-color: #7D80F0;
}
</style>