Shades of Slate Blue #736CCC
Tints of Slate Blue #736CCC
RGB
CMYK
RGB Variations
Color information
#736CCC (or 0x736CCC) is known color: Slate Blue. HEX triplet: 73, 6C and CC. RGB value is (115,108,204). Sum of RGB (Red+Green+Blue) = 115+108+204=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #736CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736CCC is #8C9333. Grayscale: #787878. Windows color (decimal): -9212724 or 13397107. OLE color: 13397107.
HSL color Cylindrical-coordinate representation of color #736CCC: hue angle of 244.37º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #736CCC is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 108 | 204 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.2 |
| HSL | 244.38º | 0.48% | 0.61% | - |
| HSV(B) | 244.38º | 0.47% | 0.8% | - |
| XYZ | 23.33 | 18.73 | 59.51 | - |
| YUV | 121.04 | 174.82 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 204 | 0.44 | 0.47 | 0 | 0.2 | 244.38 | 0.48 | 0.61 |
| Hex | 73 | 6C | CC | 2C | 2F | 0 | 14 | F4 | 30 | 3D |
| Octal | 163 | 154 | 314 | 54 | 57 | 0 | 24 | 364 | 60 | 75 |
| Binary | 1110011 | 1101100 | 11001100 | 101100 | 101111 | 0 | 10100 | 11110100 | 110000 | 111101 |
Color Harmonies of #736CCC
Complementary color
Monochromatic Colors of #736CCC
Black with #736CCC
Text Example
Text Example
White with #736CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736CCC; }
p { color: rgb(115,108,204); }
H1.HeaderClassName
{
color: #736CCC;
}
.AnyTagClassName
{
color: #736CCC;
}
</style>
background-color css
<style>
a { background-color: #736CCC; }
a { background-color: rgb(115,108,204); }
div.DivClassName
{
background-color: #736CCC;
}
.BgClassName
{
background-color: #736CCC;
}
</style>
border-color css
<style>
span { border-color: #736CCC; }
span { border-color: rgb(115,108,204); }
td.TdClassName
{
border-color: #736CCC;
}
.TagClassName
{
border-color: #736CCC;
}
</style>