Shades of Slate Blue #745ACB
Tints of Slate Blue #745ACB
RGB
CMYK
RGB Variations
Color information
#745ACB (or 0x745ACB) is known color: Slate Blue. HEX triplet: 74, 5A and CB. RGB value is (116,90,203). Sum of RGB (Red+Green+Blue) = 116+90+203=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #745ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745ACB is #8BA534. Grayscale: #6E6E6E. Windows color (decimal): -9151797 or 13326964. OLE color: 13326964.
HSL color Cylindrical-coordinate representation of color #745ACB: hue angle of 253.81º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #745ACB is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 90 | 203 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.20 |
| HSL | 253.81º | 0.52% | 0.57% | - |
| HSV(B) | 253.81º | 0.56% | 0.8% | - |
| XYZ | 21.64 | 15.34 | 58.32 | - |
| YUV | 110.66 | 180.11 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 203 | 0.43 | 0.56 | 0 | 0.20 | 253.81 | 0.52 | 0.57 |
| Hex | 74 | 5A | CB | 2B | 38 | 0 | 14 | FE | 34 | 39 |
| Octal | 164 | 132 | 313 | 53 | 70 | 0 | 24 | 376 | 64 | 71 |
| Binary | 1110100 | 1011010 | 11001011 | 101011 | 111000 | 0 | 10100 | 11111110 | 110100 | 111001 |
Color Harmonies of #745ACB
Complementary color
Monochromatic Colors of #745ACB
Black with #745ACB
Text Example
Text Example
White with #745ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745ACB; }
p { color: rgb(116,90,203); }
H1.HeaderClassName
{
color: #745ACB;
}
.AnyTagClassName
{
color: #745ACB;
}
</style>
background-color css
<style>
a { background-color: #745ACB; }
a { background-color: rgb(116,90,203); }
div.DivClassName
{
background-color: #745ACB;
}
.BgClassName
{
background-color: #745ACB;
}
</style>
border-color css
<style>
span { border-color: #745ACB; }
span { border-color: rgb(116,90,203); }
td.TdClassName
{
border-color: #745ACB;
}
.TagClassName
{
border-color: #745ACB;
}
</style>