Shades of Slate Blue #744BCB
Tints of Slate Blue #744BCB
RGB
CMYK
RGB Variations
Color information
#744BCB (or 0x744BCB) is known color: Slate Blue. HEX triplet: 74, 4B and CB. RGB value is (116,75,203). Sum of RGB (Red+Green+Blue) = 116+75+203=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #744BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744BCB is #8BB434. Grayscale: #656565. Windows color (decimal): -9155637 or 13323124. OLE color: 13323124.
HSL color Cylindrical-coordinate representation of color #744BCB: hue angle of 259.22º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #744BCB is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 75 | 203 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.20 |
| HSL | 259.22º | 0.55% | 0.55% | - |
| HSV(B) | 259.22º | 0.63% | 0.8% | - |
| XYZ | 20.5 | 13.06 | 57.94 | - |
| YUV | 101.85 | 185.08 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 203 | 0.43 | 0.63 | 0 | 0.20 | 259.22 | 0.55 | 0.55 |
| Hex | 74 | 4B | CB | 2B | 3F | 0 | 14 | 103 | 37 | 37 |
| Octal | 164 | 113 | 313 | 53 | 77 | 0 | 24 | 403 | 67 | 67 |
| Binary | 1110100 | 1001011 | 11001011 | 101011 | 111111 | 0 | 10100 | 100000011 | 110111 | 110111 |
Color Harmonies of #744BCB
Complementary color
Monochromatic Colors of #744BCB
Black with #744BCB
Text Example
Text Example
White with #744BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744BCB; }
p { color: rgb(116,75,203); }
H1.HeaderClassName
{
color: #744BCB;
}
.AnyTagClassName
{
color: #744BCB;
}
</style>
background-color css
<style>
a { background-color: #744BCB; }
a { background-color: rgb(116,75,203); }
div.DivClassName
{
background-color: #744BCB;
}
.BgClassName
{
background-color: #744BCB;
}
</style>
border-color css
<style>
span { border-color: #744BCB; }
span { border-color: rgb(116,75,203); }
td.TdClassName
{
border-color: #744BCB;
}
.TagClassName
{
border-color: #744BCB;
}
</style>