Shades of Slate Blue #7364CA
Tints of Slate Blue #7364CA
RGB
CMYK
RGB Variations
Color information
#7364CA (or 0x7364CA) is known color: Slate Blue. HEX triplet: 73, 64 and CA. RGB value is (115,100,202). Sum of RGB (Red+Green+Blue) = 115+100+202=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #7364CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7364CA is #8C9B35. Grayscale: #737373. Windows color (decimal): -9214774 or 13263987. OLE color: 13263987.
HSL color Cylindrical-coordinate representation of color #7364CA: hue angle of 248.82º 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 #7364CA is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 100 | 202 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.21 |
| HSL | 248.82º | 0.49% | 0.59% | - |
| HSV(B) | 248.82º | 0.5% | 0.79% | - |
| XYZ | 22.29 | 17.02 | 57.99 | - |
| YUV | 116.11 | 176.47 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 202 | 0.43 | 0.50 | 0 | 0.21 | 248.82 | 0.49 | 0.59 |
| Hex | 73 | 64 | CA | 2B | 32 | 0 | 15 | F9 | 31 | 3B |
| Octal | 163 | 144 | 312 | 53 | 62 | 0 | 25 | 371 | 61 | 73 |
| Binary | 1110011 | 1100100 | 11001010 | 101011 | 110010 | 0 | 10101 | 11111001 | 110001 | 111011 |
Color Harmonies of #7364CA
Complementary color
Monochromatic Colors of #7364CA
Black with #7364CA
Text Example
Text Example
White with #7364CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7364CA; }
p { color: rgb(115,100,202); }
H1.HeaderClassName
{
color: #7364CA;
}
.AnyTagClassName
{
color: #7364CA;
}
</style>
background-color css
<style>
a { background-color: #7364CA; }
a { background-color: rgb(115,100,202); }
div.DivClassName
{
background-color: #7364CA;
}
.BgClassName
{
background-color: #7364CA;
}
</style>
border-color css
<style>
span { border-color: #7364CA; }
span { border-color: rgb(115,100,202); }
td.TdClassName
{
border-color: #7364CA;
}
.TagClassName
{
border-color: #7364CA;
}
</style>