Shades of Slate Blue #736BCD
Tints of Slate Blue #736BCD
RGB
CMYK
RGB Variations
Color information
#736BCD (or 0x736BCD) is known color: Slate Blue. HEX triplet: 73, 6B and CD. RGB value is (115,107,205). Sum of RGB (Red+Green+Blue) = 115+107+205=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #736BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736BCD is #8C9432. Grayscale: #787878. Windows color (decimal): -9212979 or 13462387. OLE color: 13462387.
HSL color Cylindrical-coordinate representation of color #736BCD: hue angle of 244.9º 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 #736BCD is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 107 | 205 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.20 |
| HSL | 244.9º | 0.49% | 0.61% | - |
| HSV(B) | 244.9º | 0.48% | 0.8% | - |
| XYZ | 23.35 | 18.57 | 60.11 | - |
| YUV | 120.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 205 | 0.44 | 0.48 | 0 | 0.20 | 244.9 | 0.49 | 0.61 |
| Hex | 73 | 6B | CD | 2C | 30 | 0 | 14 | F5 | 31 | 3D |
| Octal | 163 | 153 | 315 | 54 | 60 | 0 | 24 | 365 | 61 | 75 |
| Binary | 1110011 | 1101011 | 11001101 | 101100 | 110000 | 0 | 10100 | 11110101 | 110001 | 111101 |
Color Harmonies of #736BCD
Complementary color
Monochromatic Colors of #736BCD
Black with #736BCD
Text Example
Text Example
White with #736BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736BCD; }
p { color: rgb(115,107,205); }
H1.HeaderClassName
{
color: #736BCD;
}
.AnyTagClassName
{
color: #736BCD;
}
</style>
background-color css
<style>
a { background-color: #736BCD; }
a { background-color: rgb(115,107,205); }
div.DivClassName
{
background-color: #736BCD;
}
.BgClassName
{
background-color: #736BCD;
}
</style>
border-color css
<style>
span { border-color: #736BCD; }
span { border-color: rgb(115,107,205); }
td.TdClassName
{
border-color: #736BCD;
}
.TagClassName
{
border-color: #736BCD;
}
</style>