Shades of Slate Blue #7463CE
Tints of Slate Blue #7463CE
RGB
CMYK
RGB Variations
Color information
#7463CE (or 0x7463CE) is known color: Slate Blue. HEX triplet: 74, 63 and CE. RGB value is (116,99,206). Sum of RGB (Red+Green+Blue) = 116+99+206=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #7463CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7463CE is #8B9C31. Grayscale: #737373. Windows color (decimal): -9149490 or 13525876. OLE color: 13525876.
HSL color Cylindrical-coordinate representation of color #7463CE: hue angle of 249.53º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7463CE is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 99 | 206 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.19 |
| HSL | 249.53º | 0.52% | 0.6% | - |
| HSV(B) | 249.53º | 0.52% | 0.81% | - |
| XYZ | 22.8 | 17.09 | 60.49 | - |
| YUV | 116.28 | 178.63 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 206 | 0.44 | 0.52 | 0 | 0.19 | 249.53 | 0.52 | 0.6 |
| Hex | 74 | 63 | CE | 2C | 34 | 0 | 13 | FA | 34 | 3C |
| Octal | 164 | 143 | 316 | 54 | 64 | 0 | 23 | 372 | 64 | 74 |
| Binary | 1110100 | 1100011 | 11001110 | 101100 | 110100 | 0 | 10011 | 11111010 | 110100 | 111100 |
Color Harmonies of #7463CE
Complementary color
Monochromatic Colors of #7463CE
Black with #7463CE
Text Example
Text Example
White with #7463CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7463CE; }
p { color: rgb(116,99,206); }
H1.HeaderClassName
{
color: #7463CE;
}
.AnyTagClassName
{
color: #7463CE;
}
</style>
background-color css
<style>
a { background-color: #7463CE; }
a { background-color: rgb(116,99,206); }
div.DivClassName
{
background-color: #7463CE;
}
.BgClassName
{
background-color: #7463CE;
}
</style>
border-color css
<style>
span { border-color: #7463CE; }
span { border-color: rgb(116,99,206); }
td.TdClassName
{
border-color: #7463CE;
}
.TagClassName
{
border-color: #7463CE;
}
</style>