Shades of Slate Blue #7654CA
Tints of Slate Blue #7654CA
RGB
CMYK
RGB Variations
Color information
#7654CA (or 0x7654CA) is known color: Slate Blue. HEX triplet: 76, 54 and CA. RGB value is (118,84,202). Sum of RGB (Red+Green+Blue) = 118+84+202=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #7654CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7654CA is #89AB35. Grayscale: #6B6B6B. Windows color (decimal): -9022262 or 13259894. OLE color: 13259894.
HSL color Cylindrical-coordinate representation of color #7654CA: hue angle of 257.29º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7654CA is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 84 | 202 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.21 |
| HSL | 257.29º | 0.53% | 0.56% | - |
| HSV(B) | 257.29º | 0.58% | 0.79% | - |
| XYZ | 21.3 | 14.46 | 57.54 | - |
| YUV | 107.62 | 181.26 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 202 | 0.42 | 0.58 | 0 | 0.21 | 257.29 | 0.53 | 0.56 |
| Hex | 76 | 54 | CA | 2A | 3A | 0 | 15 | 101 | 35 | 38 |
| Octal | 166 | 124 | 312 | 52 | 72 | 0 | 25 | 401 | 65 | 70 |
| Binary | 1110110 | 1010100 | 11001010 | 101010 | 111010 | 0 | 10101 | 100000001 | 110101 | 111000 |
Color Harmonies of #7654CA
Complementary color
Monochromatic Colors of #7654CA
Black with #7654CA
Text Example
Text Example
White with #7654CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7654CA; }
p { color: rgb(118,84,202); }
H1.HeaderClassName
{
color: #7654CA;
}
.AnyTagClassName
{
color: #7654CA;
}
</style>
background-color css
<style>
a { background-color: #7654CA; }
a { background-color: rgb(118,84,202); }
div.DivClassName
{
background-color: #7654CA;
}
.BgClassName
{
background-color: #7654CA;
}
</style>
border-color css
<style>
span { border-color: #7654CA; }
span { border-color: rgb(118,84,202); }
td.TdClassName
{
border-color: #7654CA;
}
.TagClassName
{
border-color: #7654CA;
}
</style>