Shades of Light Slate Blue #7580FE
Tints of Light Slate Blue #7580FE
RGB
CMYK
RGB Variations
Color information
#7580FE (or 0x7580FE) is known color: Light Slate Blue. HEX triplet: 75, 80 and FE. RGB value is (117,128,254). Sum of RGB (Red+Green+Blue) = 117+128+254=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #7580FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7580FE is #8A7F01. Grayscale: #8A8A8A. Windows color (decimal): -9076482 or 16679029. OLE color: 16679029.
HSL color Cylindrical-coordinate representation of color #7580FE: hue angle of 235.18º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7580FE is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 128 | 254 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.00 |
| HSL | 235.18º | 0.99% | 0.73% | - |
| HSV(B) | 235.18º | 0.54% | 1% | - |
| XYZ | 32.94 | 26.38 | 97.12 | - |
| YUV | 139.08 | 192.86 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 254 | 0.54 | 0.50 | 0 | 0.00 | 235.18 | 0.99 | 0.73 |
| Hex | 75 | 80 | FE | 36 | 32 | 0 | 0 | EB | 63 | 49 |
| Octal | 165 | 200 | 376 | 66 | 62 | 0 | 0 | 353 | 143 | 111 |
| Binary | 1110101 | 10000000 | 11111110 | 110110 | 110010 | 0 | 0 | 11101011 | 1100011 | 1001001 |
Color Harmonies of #7580FE
Complementary color
Monochromatic Colors of #7580FE
Black with #7580FE
Text Example
Text Example
White with #7580FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7580FE; }
p { color: rgb(117,128,254); }
H1.HeaderClassName
{
color: #7580FE;
}
.AnyTagClassName
{
color: #7580FE;
}
</style>
background-color css
<style>
a { background-color: #7580FE; }
a { background-color: rgb(117,128,254); }
div.DivClassName
{
background-color: #7580FE;
}
.BgClassName
{
background-color: #7580FE;
}
</style>
border-color css
<style>
span { border-color: #7580FE; }
span { border-color: rgb(117,128,254); }
td.TdClassName
{
border-color: #7580FE;
}
.TagClassName
{
border-color: #7580FE;
}
</style>