Shades of Slate Blue #7465CA
Tints of Slate Blue #7465CA
RGB
CMYK
RGB Variations
Color information
#7465CA (or 0x7465CA) is known color: Slate Blue. HEX triplet: 74, 65 and CA. RGB value is (116,101,202). Sum of RGB (Red+Green+Blue) = 116+101+202=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #7465CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7465CA is #8B9A35. Grayscale: #747474. Windows color (decimal): -9148982 or 13264244. OLE color: 13264244.
HSL color Cylindrical-coordinate representation of color #7465CA: hue angle of 248.91º 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 #7465CA is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 101 | 202 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.21 |
| HSL | 248.91º | 0.49% | 0.59% | - |
| HSV(B) | 248.91º | 0.5% | 0.79% | - |
| XYZ | 22.52 | 17.28 | 58.03 | - |
| YUV | 117 | 175.97 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 202 | 0.43 | 0.50 | 0 | 0.21 | 248.91 | 0.49 | 0.59 |
| Hex | 74 | 65 | CA | 2B | 32 | 0 | 15 | F9 | 31 | 3B |
| Octal | 164 | 145 | 312 | 53 | 62 | 0 | 25 | 371 | 61 | 73 |
| Binary | 1110100 | 1100101 | 11001010 | 101011 | 110010 | 0 | 10101 | 11111001 | 110001 | 111011 |
Color Harmonies of #7465CA
Complementary color
Monochromatic Colors of #7465CA
Black with #7465CA
Text Example
Text Example
White with #7465CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7465CA; }
p { color: rgb(116,101,202); }
H1.HeaderClassName
{
color: #7465CA;
}
.AnyTagClassName
{
color: #7465CA;
}
</style>
background-color css
<style>
a { background-color: #7465CA; }
a { background-color: rgb(116,101,202); }
div.DivClassName
{
background-color: #7465CA;
}
.BgClassName
{
background-color: #7465CA;
}
</style>
border-color css
<style>
span { border-color: #7465CA; }
span { border-color: rgb(116,101,202); }
td.TdClassName
{
border-color: #7465CA;
}
.TagClassName
{
border-color: #7465CA;
}
</style>