Shades of Slate Blue #736CCB
Tints of Slate Blue #736CCB
RGB
CMYK
RGB Variations
Color information
#736CCB (or 0x736CCB) is known color: Slate Blue. HEX triplet: 73, 6C and CB. RGB value is (115,108,203). Sum of RGB (Red+Green+Blue) = 115+108+203=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #736CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736CCB is #8C9334. Grayscale: #787878. Windows color (decimal): -9212725 or 13331571. OLE color: 13331571.
HSL color Cylindrical-coordinate representation of color #736CCB: hue angle of 244.42º 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 #736CCB is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 108 | 203 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.20 |
| HSL | 244.42º | 0.48% | 0.61% | - |
| HSV(B) | 244.42º | 0.47% | 0.8% | - |
| XYZ | 23.21 | 18.68 | 58.88 | - |
| YUV | 120.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 203 | 0.43 | 0.47 | 0 | 0.20 | 244.42 | 0.48 | 0.61 |
| Hex | 73 | 6C | CB | 2B | 2F | 0 | 14 | F4 | 30 | 3D |
| Octal | 163 | 154 | 313 | 53 | 57 | 0 | 24 | 364 | 60 | 75 |
| Binary | 1110011 | 1101100 | 11001011 | 101011 | 101111 | 0 | 10100 | 11110100 | 110000 | 111101 |
Color Harmonies of #736CCB
Complementary color
Monochromatic Colors of #736CCB
Black with #736CCB
Text Example
Text Example
White with #736CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736CCB; }
p { color: rgb(115,108,203); }
H1.HeaderClassName
{
color: #736CCB;
}
.AnyTagClassName
{
color: #736CCB;
}
</style>
background-color css
<style>
a { background-color: #736CCB; }
a { background-color: rgb(115,108,203); }
div.DivClassName
{
background-color: #736CCB;
}
.BgClassName
{
background-color: #736CCB;
}
</style>
border-color css
<style>
span { border-color: #736CCB; }
span { border-color: rgb(115,108,203); }
td.TdClassName
{
border-color: #736CCB;
}
.TagClassName
{
border-color: #736CCB;
}
</style>