Shades of Slate Blue #7568CE
Tints of Slate Blue #7568CE
RGB
CMYK
RGB Variations
Color information
#7568CE (or 0x7568CE) is known color: Slate Blue. HEX triplet: 75, 68 and CE. RGB value is (117,104,206). Sum of RGB (Red+Green+Blue) = 117+104+206=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #7568CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7568CE is #8A9731. Grayscale: #777777. Windows color (decimal): -9082674 or 13527157. OLE color: 13527157.
HSL color Cylindrical-coordinate representation of color #7568CE: hue angle of 247.65º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7568CE is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 104 | 206 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.19 |
| HSL | 247.65º | 0.51% | 0.61% | - |
| HSV(B) | 247.65º | 0.5% | 0.81% | - |
| XYZ | 23.43 | 18.14 | 60.66 | - |
| YUV | 119.52 | 176.81 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 206 | 0.43 | 0.50 | 0 | 0.19 | 247.65 | 0.51 | 0.61 |
| Hex | 75 | 68 | CE | 2B | 32 | 0 | 13 | F8 | 33 | 3D |
| Octal | 165 | 150 | 316 | 53 | 62 | 0 | 23 | 370 | 63 | 75 |
| Binary | 1110101 | 1101000 | 11001110 | 101011 | 110010 | 0 | 10011 | 11111000 | 110011 | 111101 |
Color Harmonies of #7568CE
Complementary color
Monochromatic Colors of #7568CE
Black with #7568CE
Text Example
Text Example
White with #7568CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7568CE; }
p { color: rgb(117,104,206); }
H1.HeaderClassName
{
color: #7568CE;
}
.AnyTagClassName
{
color: #7568CE;
}
</style>
background-color css
<style>
a { background-color: #7568CE; }
a { background-color: rgb(117,104,206); }
div.DivClassName
{
background-color: #7568CE;
}
.BgClassName
{
background-color: #7568CE;
}
</style>
border-color css
<style>
span { border-color: #7568CE; }
span { border-color: rgb(117,104,206); }
td.TdClassName
{
border-color: #7568CE;
}
.TagClassName
{
border-color: #7568CE;
}
</style>