Shades of Light Slate Blue #7D80FE
Tints of Light Slate Blue #7D80FE
RGB
CMYK
RGB Variations
Color information
#7D80FE (or 0x7D80FE) is known color: Light Slate Blue. HEX triplet: 7D, 80 and FE. RGB value is (125,128,254). Sum of RGB (Red+Green+Blue) = 125+128+254=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D80FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D80FE is #827F01. Grayscale: #8C8C8C. Windows color (decimal): -8552194 or 16679037. OLE color: 16679037.
HSL color Cylindrical-coordinate representation of color #7D80FE: hue angle of 238.6º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D80FE is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 128 | 254 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.00 |
| HSL | 238.6º | 0.98% | 0.74% | - |
| HSV(B) | 238.6º | 0.51% | 1% | - |
| XYZ | 34.07 | 26.95 | 97.17 | - |
| YUV | 141.47 | 191.51 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 254 | 0.51 | 0.50 | 0 | 0.00 | 238.6 | 0.98 | 0.74 |
| Hex | 7D | 80 | FE | 33 | 32 | 0 | 0 | EF | 62 | 4A |
| Octal | 175 | 200 | 376 | 63 | 62 | 0 | 0 | 357 | 142 | 112 |
| Binary | 1111101 | 10000000 | 11111110 | 110011 | 110010 | 0 | 0 | 11101111 | 1100010 | 1001010 |
Color Harmonies of #7D80FE
Complementary color
Monochromatic Colors of #7D80FE
Black with #7D80FE
Text Example
Text Example
White with #7D80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D80FE; }
p { color: rgb(125,128,254); }
H1.HeaderClassName
{
color: #7D80FE;
}
.AnyTagClassName
{
color: #7D80FE;
}
</style>
background-color css
<style>
a { background-color: #7D80FE; }
a { background-color: rgb(125,128,254); }
div.DivClassName
{
background-color: #7D80FE;
}
.BgClassName
{
background-color: #7D80FE;
}
</style>
border-color css
<style>
span { border-color: #7D80FE; }
span { border-color: rgb(125,128,254); }
td.TdClassName
{
border-color: #7D80FE;
}
.TagClassName
{
border-color: #7D80FE;
}
</style>