Shades of Slate Blue #736ACE
Tints of Slate Blue #736ACE
RGB
CMYK
RGB Variations
Color information
#736ACE (or 0x736ACE) is known color: Slate Blue. HEX triplet: 73, 6A and CE. RGB value is (115,106,206). Sum of RGB (Red+Green+Blue) = 115+106+206=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #736ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736ACE is #8C9531. Grayscale: #777777. Windows color (decimal): -9213234 or 13527667. OLE color: 13527667.
HSL color Cylindrical-coordinate representation of color #736ACE: hue angle of 245.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #736ACE is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 106 | 206 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.19 |
| HSL | 245.4º | 0.51% | 0.61% | - |
| HSV(B) | 245.4º | 0.49% | 0.81% | - |
| XYZ | 23.36 | 18.41 | 60.71 | - |
| YUV | 120.09 | 176.48 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 206 | 0.44 | 0.49 | 0 | 0.19 | 245.4 | 0.51 | 0.61 |
| Hex | 73 | 6A | CE | 2C | 31 | 0 | 13 | F5 | 33 | 3D |
| Octal | 163 | 152 | 316 | 54 | 61 | 0 | 23 | 365 | 63 | 75 |
| Binary | 1110011 | 1101010 | 11001110 | 101100 | 110001 | 0 | 10011 | 11110101 | 110011 | 111101 |
Color Harmonies of #736ACE
Complementary color
Monochromatic Colors of #736ACE
Black with #736ACE
Text Example
Text Example
White with #736ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736ACE; }
p { color: rgb(115,106,206); }
H1.HeaderClassName
{
color: #736ACE;
}
.AnyTagClassName
{
color: #736ACE;
}
</style>
background-color css
<style>
a { background-color: #736ACE; }
a { background-color: rgb(115,106,206); }
div.DivClassName
{
background-color: #736ACE;
}
.BgClassName
{
background-color: #736ACE;
}
</style>
border-color css
<style>
span { border-color: #736ACE; }
span { border-color: rgb(115,106,206); }
td.TdClassName
{
border-color: #736ACE;
}
.TagClassName
{
border-color: #736ACE;
}
</style>