Shades of Slate Blue #7366CE
Tints of Slate Blue #7366CE
RGB
CMYK
RGB Variations
Color information
#7366CE (or 0x7366CE) is known color: Slate Blue. HEX triplet: 73, 66 and CE. RGB value is (115,102,206). Sum of RGB (Red+Green+Blue) = 115+102+206=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #7366CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7366CE is #8C9931. Grayscale: #757575. Windows color (decimal): -9214258 or 13526643. OLE color: 13526643.
HSL color Cylindrical-coordinate representation of color #7366CE: hue angle of 247.5º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7366CE is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 102 | 206 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.19 |
| HSL | 247.5º | 0.51% | 0.6% | - |
| HSV(B) | 247.5º | 0.5% | 0.81% | - |
| XYZ | 22.96 | 17.6 | 60.58 | - |
| YUV | 117.74 | 177.81 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 102 | 206 | 0.44 | 0.50 | 0 | 0.19 | 247.5 | 0.51 | 0.6 |
| Hex | 73 | 66 | CE | 2C | 32 | 0 | 13 | F8 | 33 | 3C |
| Octal | 163 | 146 | 316 | 54 | 62 | 0 | 23 | 370 | 63 | 74 |
| Binary | 1110011 | 1100110 | 11001110 | 101100 | 110010 | 0 | 10011 | 11111000 | 110011 | 111100 |
Color Harmonies of #7366CE
Complementary color
Monochromatic Colors of #7366CE
Black with #7366CE
Text Example
Text Example
White with #7366CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7366CE; }
p { color: rgb(115,102,206); }
H1.HeaderClassName
{
color: #7366CE;
}
.AnyTagClassName
{
color: #7366CE;
}
</style>
background-color css
<style>
a { background-color: #7366CE; }
a { background-color: rgb(115,102,206); }
div.DivClassName
{
background-color: #7366CE;
}
.BgClassName
{
background-color: #7366CE;
}
</style>
border-color css
<style>
span { border-color: #7366CE; }
span { border-color: rgb(115,102,206); }
td.TdClassName
{
border-color: #7366CE;
}
.TagClassName
{
border-color: #7366CE;
}
</style>