Shades of Slate Blue #7865CA
Tints of Slate Blue #7865CA
RGB
CMYK
RGB Variations
Color information
#7865CA (or 0x7865CA) is known color: Slate Blue. HEX triplet: 78, 65 and CA. RGB value is (120,101,202). Sum of RGB (Red+Green+Blue) = 120+101+202=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #7865CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7865CA is #879A35. Grayscale: #757575. Windows color (decimal): -8886838 or 13264248. OLE color: 13264248.
HSL color Cylindrical-coordinate representation of color #7865CA: hue angle of 251.29º 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 #7865CA is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 101 | 202 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.21 |
| HSL | 251.29º | 0.49% | 0.59% | - |
| HSV(B) | 251.29º | 0.5% | 0.79% | - |
| XYZ | 23.06 | 17.56 | 58.05 | - |
| YUV | 118.2 | 175.29 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 202 | 0.41 | 0.50 | 0 | 0.21 | 251.29 | 0.49 | 0.59 |
| Hex | 78 | 65 | CA | 29 | 32 | 0 | 15 | FB | 31 | 3B |
| Octal | 170 | 145 | 312 | 51 | 62 | 0 | 25 | 373 | 61 | 73 |
| Binary | 1111000 | 1100101 | 11001010 | 101001 | 110010 | 0 | 10101 | 11111011 | 110001 | 111011 |
Color Harmonies of #7865CA
Complementary color
Monochromatic Colors of #7865CA
Black with #7865CA
Text Example
Text Example
White with #7865CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7865CA; }
p { color: rgb(120,101,202); }
H1.HeaderClassName
{
color: #7865CA;
}
.AnyTagClassName
{
color: #7865CA;
}
</style>
background-color css
<style>
a { background-color: #7865CA; }
a { background-color: rgb(120,101,202); }
div.DivClassName
{
background-color: #7865CA;
}
.BgClassName
{
background-color: #7865CA;
}
</style>
border-color css
<style>
span { border-color: #7865CA; }
span { border-color: rgb(120,101,202); }
td.TdClassName
{
border-color: #7865CA;
}
.TagClassName
{
border-color: #7865CA;
}
</style>