Shades of Slate Blue #7463CC
Tints of Slate Blue #7463CC
RGB
CMYK
RGB Variations
Color information
#7463CC (or 0x7463CC) is known color: Slate Blue. HEX triplet: 74, 63 and CC. RGB value is (116,99,204). Sum of RGB (Red+Green+Blue) = 116+99+204=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #7463CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7463CC is #8B9C33. Grayscale: #737373. Windows color (decimal): -9149492 or 13394804. OLE color: 13394804.
HSL color Cylindrical-coordinate representation of color #7463CC: hue angle of 249.71º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7463CC is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 99 | 204 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.2 |
| HSL | 249.71º | 0.51% | 0.59% | - |
| HSV(B) | 249.71º | 0.51% | 0.8% | - |
| XYZ | 22.56 | 17 | 59.22 | - |
| YUV | 116.05 | 177.63 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 204 | 0.43 | 0.51 | 0 | 0.2 | 249.71 | 0.51 | 0.59 |
| Hex | 74 | 63 | CC | 2B | 33 | 0 | 14 | FA | 33 | 3B |
| Octal | 164 | 143 | 314 | 53 | 63 | 0 | 24 | 372 | 63 | 73 |
| Binary | 1110100 | 1100011 | 11001100 | 101011 | 110011 | 0 | 10100 | 11111010 | 110011 | 111011 |
Color Harmonies of #7463CC
Complementary color
Monochromatic Colors of #7463CC
Black with #7463CC
Text Example
Text Example
White with #7463CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7463CC; }
p { color: rgb(116,99,204); }
H1.HeaderClassName
{
color: #7463CC;
}
.AnyTagClassName
{
color: #7463CC;
}
</style>
background-color css
<style>
a { background-color: #7463CC; }
a { background-color: rgb(116,99,204); }
div.DivClassName
{
background-color: #7463CC;
}
.BgClassName
{
background-color: #7463CC;
}
</style>
border-color css
<style>
span { border-color: #7463CC; }
span { border-color: rgb(116,99,204); }
td.TdClassName
{
border-color: #7463CC;
}
.TagClassName
{
border-color: #7463CC;
}
</style>