Shades of Slate Blue #7662CA
Tints of Slate Blue #7662CA
RGB
CMYK
RGB Variations
Color information
#7662CA (or 0x7662CA) is known color: Slate Blue. HEX triplet: 76, 62 and CA. RGB value is (118,98,202). Sum of RGB (Red+Green+Blue) = 118+98+202=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #7662CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7662CA is #899D35. Grayscale: #737373. Windows color (decimal): -9018678 or 13263478. OLE color: 13263478.
HSL color Cylindrical-coordinate representation of color #7662CA: hue angle of 251.54º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7662CA is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 98 | 202 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.21 |
| HSL | 251.54º | 0.5% | 0.59% | - |
| HSV(B) | 251.54º | 0.51% | 0.79% | - |
| XYZ | 22.5 | 16.85 | 57.94 | - |
| YUV | 115.84 | 176.63 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 202 | 0.42 | 0.51 | 0 | 0.21 | 251.54 | 0.5 | 0.59 |
| Hex | 76 | 62 | CA | 2A | 33 | 0 | 15 | FC | 32 | 3B |
| Octal | 166 | 142 | 312 | 52 | 63 | 0 | 25 | 374 | 62 | 73 |
| Binary | 1110110 | 1100010 | 11001010 | 101010 | 110011 | 0 | 10101 | 11111100 | 110010 | 111011 |
Color Harmonies of #7662CA
Complementary color
Monochromatic Colors of #7662CA
Black with #7662CA
Text Example
Text Example
White with #7662CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7662CA; }
p { color: rgb(118,98,202); }
H1.HeaderClassName
{
color: #7662CA;
}
.AnyTagClassName
{
color: #7662CA;
}
</style>
background-color css
<style>
a { background-color: #7662CA; }
a { background-color: rgb(118,98,202); }
div.DivClassName
{
background-color: #7662CA;
}
.BgClassName
{
background-color: #7662CA;
}
</style>
border-color css
<style>
span { border-color: #7662CA; }
span { border-color: rgb(118,98,202); }
td.TdClassName
{
border-color: #7662CA;
}
.TagClassName
{
border-color: #7662CA;
}
</style>