Shades of Medium Slate Blue #7567FE
Tints of Medium Slate Blue #7567FE
RGB
CMYK
RGB Variations
Color information
#7567FE (or 0x7567FE) is known color: Medium Slate Blue. HEX triplet: 75, 67 and FE. RGB value is (117,103,254). Sum of RGB (Red+Green+Blue) = 117+103+254=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #7567FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7567FE is #8A9801. Grayscale: #7B7B7B. Windows color (decimal): -9082882 or 16672629. OLE color: 16672629.
HSL color Cylindrical-coordinate representation of color #7567FE: hue angle of 245.56º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7567FE is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 103 | 254 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.00 |
| HSL | 245.56º | 0.99% | 0.7% | - |
| HSV(B) | 245.56º | 0.59% | 1% | - |
| XYZ | 30.08 | 20.64 | 96.16 | - |
| YUV | 124.4 | 201.14 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 103 | 254 | 0.54 | 0.59 | 0 | 0.00 | 245.56 | 0.99 | 0.7 |
| Hex | 75 | 67 | FE | 36 | 3B | 0 | 0 | F6 | 63 | 46 |
| Octal | 165 | 147 | 376 | 66 | 73 | 0 | 0 | 366 | 143 | 106 |
| Binary | 1110101 | 1100111 | 11111110 | 110110 | 111011 | 0 | 0 | 11110110 | 1100011 | 1000110 |
Color Harmonies of #7567FE
Complementary color
Monochromatic Colors of #7567FE
Black with #7567FE
Text Example
Text Example
White with #7567FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7567FE; }
p { color: rgb(117,103,254); }
H1.HeaderClassName
{
color: #7567FE;
}
.AnyTagClassName
{
color: #7567FE;
}
</style>
background-color css
<style>
a { background-color: #7567FE; }
a { background-color: rgb(117,103,254); }
div.DivClassName
{
background-color: #7567FE;
}
.BgClassName
{
background-color: #7567FE;
}
</style>
border-color css
<style>
span { border-color: #7567FE; }
span { border-color: rgb(117,103,254); }
td.TdClassName
{
border-color: #7567FE;
}
.TagClassName
{
border-color: #7567FE;
}
</style>