Shades of Slate Blue #736BCC
Tints of Slate Blue #736BCC
RGB
CMYK
RGB Variations
Color information
#736BCC (or 0x736BCC) is known color: Slate Blue. HEX triplet: 73, 6B and CC. RGB value is (115,107,204). Sum of RGB (Red+Green+Blue) = 115+107+204=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #736BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736BCC is #8C9433. Grayscale: #787878. Windows color (decimal): -9212980 or 13396851. OLE color: 13396851.
HSL color Cylindrical-coordinate representation of color #736BCC: hue angle of 244.95º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #736BCC is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 107 | 204 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.2 |
| HSL | 244.95º | 0.49% | 0.61% | - |
| HSV(B) | 244.95º | 0.48% | 0.8% | - |
| XYZ | 23.23 | 18.52 | 59.48 | - |
| YUV | 120.45 | 175.15 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 204 | 0.44 | 0.48 | 0 | 0.2 | 244.95 | 0.49 | 0.61 |
| Hex | 73 | 6B | CC | 2C | 30 | 0 | 14 | F5 | 31 | 3D |
| Octal | 163 | 153 | 314 | 54 | 60 | 0 | 24 | 365 | 61 | 75 |
| Binary | 1110011 | 1101011 | 11001100 | 101100 | 110000 | 0 | 10100 | 11110101 | 110001 | 111101 |
Color Harmonies of #736BCC
Complementary color
Monochromatic Colors of #736BCC
Black with #736BCC
Text Example
Text Example
White with #736BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736BCC; }
p { color: rgb(115,107,204); }
H1.HeaderClassName
{
color: #736BCC;
}
.AnyTagClassName
{
color: #736BCC;
}
</style>
background-color css
<style>
a { background-color: #736BCC; }
a { background-color: rgb(115,107,204); }
div.DivClassName
{
background-color: #736BCC;
}
.BgClassName
{
background-color: #736BCC;
}
</style>
border-color css
<style>
span { border-color: #736BCC; }
span { border-color: rgb(115,107,204); }
td.TdClassName
{
border-color: #736BCC;
}
.TagClassName
{
border-color: #736BCC;
}
</style>