Shades of Slate Blue #7568C3
Tints of Slate Blue #7568C3
RGB
CMYK
RGB Variations
Color information
#7568C3 (or 0x7568C3) is known color: Slate Blue. HEX triplet: 75, 68 and C3. RGB value is (117,104,195). Sum of RGB (Red+Green+Blue) = 117+104+195=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #7568C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7568C3 is #8A973C. Grayscale: #757575. Windows color (decimal): -9082685 or 12806261. OLE color: 12806261.
HSL color Cylindrical-coordinate representation of color #7568C3: hue angle of 248.57º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7568C3 is Cyan = 0.4, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 104 | 195 | - |
| CMYK | 0.4 | 0.47 | 0 | 0.24 |
| HSL | 248.57º | 0.43% | 0.59% | - |
| HSV(B) | 248.57º | 0.47% | 0.76% | - |
| XYZ | 22.14 | 17.62 | 53.86 | - |
| YUV | 118.26 | 171.31 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 195 | 0.4 | 0.47 | 0 | 0.24 | 248.57 | 0.43 | 0.59 |
| Hex | 75 | 68 | C3 | 28 | 2F | 0 | 18 | F9 | 2B | 3B |
| Octal | 165 | 150 | 303 | 50 | 57 | 0 | 30 | 371 | 53 | 73 |
| Binary | 1110101 | 1101000 | 11000011 | 101000 | 101111 | 0 | 11000 | 11111001 | 101011 | 111011 |
Color Harmonies of #7568C3
Complementary color
Monochromatic Colors of #7568C3
Black with #7568C3
Text Example
Text Example
White with #7568C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7568C3; }
p { color: rgb(117,104,195); }
H1.HeaderClassName
{
color: #7568C3;
}
.AnyTagClassName
{
color: #7568C3;
}
</style>
background-color css
<style>
a { background-color: #7568C3; }
a { background-color: rgb(117,104,195); }
div.DivClassName
{
background-color: #7568C3;
}
.BgClassName
{
background-color: #7568C3;
}
</style>
border-color css
<style>
span { border-color: #7568C3; }
span { border-color: rgb(117,104,195); }
td.TdClassName
{
border-color: #7568C3;
}
.TagClassName
{
border-color: #7568C3;
}
</style>