Shades of Slate Blue #745DCB
Tints of Slate Blue #745DCB
RGB
CMYK
RGB Variations
Color information
#745DCB (or 0x745DCB) is known color: Slate Blue. HEX triplet: 74, 5D and CB. RGB value is (116,93,203). Sum of RGB (Red+Green+Blue) = 116+93+203=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #745DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DCB is #8BA234. Grayscale: #6F6F6F. Windows color (decimal): -9151029 or 13327732. OLE color: 13327732.
HSL color Cylindrical-coordinate representation of color #745DCB: hue angle of 252.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #745DCB is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 93 | 203 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.20 |
| HSL | 252.55º | 0.51% | 0.58% | - |
| HSV(B) | 252.55º | 0.54% | 0.8% | - |
| XYZ | 21.9 | 15.85 | 58.41 | - |
| YUV | 112.42 | 179.12 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 203 | 0.43 | 0.54 | 0 | 0.20 | 252.55 | 0.51 | 0.58 |
| Hex | 74 | 5D | CB | 2B | 36 | 0 | 14 | FD | 33 | 3A |
| Octal | 164 | 135 | 313 | 53 | 66 | 0 | 24 | 375 | 63 | 72 |
| Binary | 1110100 | 1011101 | 11001011 | 101011 | 110110 | 0 | 10100 | 11111101 | 110011 | 111010 |
Color Harmonies of #745DCB
Complementary color
Monochromatic Colors of #745DCB
Black with #745DCB
Text Example
Text Example
White with #745DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745DCB; }
p { color: rgb(116,93,203); }
H1.HeaderClassName
{
color: #745DCB;
}
.AnyTagClassName
{
color: #745DCB;
}
</style>
background-color css
<style>
a { background-color: #745DCB; }
a { background-color: rgb(116,93,203); }
div.DivClassName
{
background-color: #745DCB;
}
.BgClassName
{
background-color: #745DCB;
}
</style>
border-color css
<style>
span { border-color: #745DCB; }
span { border-color: rgb(116,93,203); }
td.TdClassName
{
border-color: #745DCB;
}
.TagClassName
{
border-color: #745DCB;
}
</style>