Shades of Slate Blue #7562C3
Tints of Slate Blue #7562C3
RGB
CMYK
RGB Variations
Color information
#7562C3 (or 0x7562C3) is known color: Slate Blue. HEX triplet: 75, 62 and C3. RGB value is (117,98,195). Sum of RGB (Red+Green+Blue) = 117+98+195=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 195 (76.56% from 255 or 47.56% from 410); Max value from RGB is 195 - color contains mainly: blue. Hex color #7562C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7562C3 is #8A9D3C. Grayscale: #727272. Windows color (decimal): -9084221 or 12804725. OLE color: 12804725.
HSL color Cylindrical-coordinate representation of color #7562C3: hue angle of 251.75º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7562C3 is Cyan = 0.4, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 98 | 195 | - |
| CMYK | 0.4 | 0.50 | 0 | 0.24 |
| HSL | 251.75º | 0.45% | 0.57% | - |
| HSV(B) | 251.75º | 0.5% | 0.76% | - |
| XYZ | 21.55 | 16.46 | 53.67 | - |
| YUV | 114.74 | 173.29 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 98 | 195 | 0.4 | 0.50 | 0 | 0.24 | 251.75 | 0.45 | 0.57 |
| Hex | 75 | 62 | C3 | 28 | 32 | 0 | 18 | FC | 2D | 39 |
| Octal | 165 | 142 | 303 | 50 | 62 | 0 | 30 | 374 | 55 | 71 |
| Binary | 1110101 | 1100010 | 11000011 | 101000 | 110010 | 0 | 11000 | 11111100 | 101101 | 111001 |
Color Harmonies of #7562C3
Complementary color
Monochromatic Colors of #7562C3
Black with #7562C3
Text Example
Text Example
White with #7562C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7562C3; }
p { color: rgb(117,98,195); }
H1.HeaderClassName
{
color: #7562C3;
}
.AnyTagClassName
{
color: #7562C3;
}
</style>
background-color css
<style>
a { background-color: #7562C3; }
a { background-color: rgb(117,98,195); }
div.DivClassName
{
background-color: #7562C3;
}
.BgClassName
{
background-color: #7562C3;
}
</style>
border-color css
<style>
span { border-color: #7562C3; }
span { border-color: rgb(117,98,195); }
td.TdClassName
{
border-color: #7562C3;
}
.TagClassName
{
border-color: #7562C3;
}
</style>