Shades of Slate Blue #745CCB
Tints of Slate Blue #745CCB
RGB
CMYK
RGB Variations
Color information
#745CCB (or 0x745CCB) is known color: Slate Blue. HEX triplet: 74, 5C and CB. RGB value is (116,92,203). Sum of RGB (Red+Green+Blue) = 116+92+203=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #745CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CCB is #8BA334. Grayscale: #6F6F6F. Windows color (decimal): -9151285 or 13327476. OLE color: 13327476.
HSL color Cylindrical-coordinate representation of color #745CCB: hue angle of 252.97º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #745CCB is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 92 | 203 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.20 |
| HSL | 252.97º | 0.52% | 0.58% | - |
| HSV(B) | 252.97º | 0.55% | 0.8% | - |
| XYZ | 21.81 | 15.68 | 58.38 | - |
| YUV | 111.83 | 179.45 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 203 | 0.43 | 0.55 | 0 | 0.20 | 252.97 | 0.52 | 0.58 |
| Hex | 74 | 5C | CB | 2B | 37 | 0 | 14 | FD | 34 | 3A |
| Octal | 164 | 134 | 313 | 53 | 67 | 0 | 24 | 375 | 64 | 72 |
| Binary | 1110100 | 1011100 | 11001011 | 101011 | 110111 | 0 | 10100 | 11111101 | 110100 | 111010 |
Color Harmonies of #745CCB
Complementary color
Monochromatic Colors of #745CCB
Black with #745CCB
Text Example
Text Example
White with #745CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745CCB; }
p { color: rgb(116,92,203); }
H1.HeaderClassName
{
color: #745CCB;
}
.AnyTagClassName
{
color: #745CCB;
}
</style>
background-color css
<style>
a { background-color: #745CCB; }
a { background-color: rgb(116,92,203); }
div.DivClassName
{
background-color: #745CCB;
}
.BgClassName
{
background-color: #745CCB;
}
</style>
border-color css
<style>
span { border-color: #745CCB; }
span { border-color: rgb(116,92,203); }
td.TdClassName
{
border-color: #745CCB;
}
.TagClassName
{
border-color: #745CCB;
}
</style>