Shades of Slate Blue #7A65CA
Tints of Slate Blue #7A65CA
RGB
CMYK
RGB Variations
Color information
#7A65CA (or 0x7A65CA) is known color: Slate Blue. HEX triplet: 7A, 65 and CA. RGB value is (122,101,202). Sum of RGB (Red+Green+Blue) = 122+101+202=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A65CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A65CA is #859A35. Grayscale: #767676. Windows color (decimal): -8755766 or 13264250. OLE color: 13264250.
HSL color Cylindrical-coordinate representation of color #7A65CA: hue angle of 252.48º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A65CA is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 101 | 202 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.21 |
| HSL | 252.48º | 0.49% | 0.59% | - |
| HSV(B) | 252.48º | 0.5% | 0.79% | - |
| XYZ | 23.34 | 17.71 | 58.07 | - |
| YUV | 118.79 | 174.96 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 202 | 0.40 | 0.50 | 0 | 0.21 | 252.48 | 0.49 | 0.59 |
| Hex | 7A | 65 | CA | 28 | 32 | 0 | 15 | FC | 31 | 3B |
| Octal | 172 | 145 | 312 | 50 | 62 | 0 | 25 | 374 | 61 | 73 |
| Binary | 1111010 | 1100101 | 11001010 | 101000 | 110010 | 0 | 10101 | 11111100 | 110001 | 111011 |
Color Harmonies of #7A65CA
Complementary color
Monochromatic Colors of #7A65CA
Black with #7A65CA
Text Example
Text Example
White with #7A65CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A65CA; }
p { color: rgb(122,101,202); }
H1.HeaderClassName
{
color: #7A65CA;
}
.AnyTagClassName
{
color: #7A65CA;
}
</style>
background-color css
<style>
a { background-color: #7A65CA; }
a { background-color: rgb(122,101,202); }
div.DivClassName
{
background-color: #7A65CA;
}
.BgClassName
{
background-color: #7A65CA;
}
</style>
border-color css
<style>
span { border-color: #7A65CA; }
span { border-color: rgb(122,101,202); }
td.TdClassName
{
border-color: #7A65CA;
}
.TagClassName
{
border-color: #7A65CA;
}
</style>