Shades of Slate Blue #7363CC
Tints of Slate Blue #7363CC
RGB
CMYK
RGB Variations
Color information
#7363CC (or 0x7363CC) is known color: Slate Blue. HEX triplet: 73, 63 and CC. RGB value is (115,99,204). Sum of RGB (Red+Green+Blue) = 115+99+204=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #7363CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7363CC is #8C9C33. Grayscale: #737373. Windows color (decimal): -9215028 or 13394803. OLE color: 13394803.
HSL color Cylindrical-coordinate representation of color #7363CC: hue angle of 249.14º 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 #7363CC is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 99 | 204 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.2 |
| HSL | 249.14º | 0.51% | 0.59% | - |
| HSV(B) | 249.14º | 0.51% | 0.8% | - |
| XYZ | 22.43 | 16.93 | 59.21 | - |
| YUV | 115.75 | 177.8 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 204 | 0.44 | 0.51 | 0 | 0.2 | 249.14 | 0.51 | 0.59 |
| Hex | 73 | 63 | CC | 2C | 33 | 0 | 14 | F9 | 33 | 3B |
| Octal | 163 | 143 | 314 | 54 | 63 | 0 | 24 | 371 | 63 | 73 |
| Binary | 1110011 | 1100011 | 11001100 | 101100 | 110011 | 0 | 10100 | 11111001 | 110011 | 111011 |
Color Harmonies of #7363CC
Complementary color
Monochromatic Colors of #7363CC
Black with #7363CC
Text Example
Text Example
White with #7363CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7363CC; }
p { color: rgb(115,99,204); }
H1.HeaderClassName
{
color: #7363CC;
}
.AnyTagClassName
{
color: #7363CC;
}
</style>
background-color css
<style>
a { background-color: #7363CC; }
a { background-color: rgb(115,99,204); }
div.DivClassName
{
background-color: #7363CC;
}
.BgClassName
{
background-color: #7363CC;
}
</style>
border-color css
<style>
span { border-color: #7363CC; }
span { border-color: rgb(115,99,204); }
td.TdClassName
{
border-color: #7363CC;
}
.TagClassName
{
border-color: #7363CC;
}
</style>