Shades of Slate Blue #745BC2
Tints of Slate Blue #745BC2
RGB
CMYK
RGB Variations
Color information
#745BC2 (or 0x745BC2) is known color: Slate Blue. HEX triplet: 74, 5B and C2. RGB value is (116,91,194). Sum of RGB (Red+Green+Blue) = 116+91+194=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 194 - color contains mainly: blue. Hex color #745BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BC2 is #8BA43D. Grayscale: #6D6D6D. Windows color (decimal): -9151550 or 12737396. OLE color: 12737396.
HSL color Cylindrical-coordinate representation of color #745BC2: hue angle of 254.56º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #745BC2 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 91 | 194 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.24 |
| HSL | 254.56º | 0.46% | 0.56% | - |
| HSV(B) | 254.56º | 0.53% | 0.76% | - |
| XYZ | 20.68 | 15.09 | 52.86 | - |
| YUV | 110.22 | 175.28 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 194 | 0.40 | 0.53 | 0 | 0.24 | 254.56 | 0.46 | 0.56 |
| Hex | 74 | 5B | C2 | 28 | 35 | 0 | 18 | FF | 2E | 38 |
| Octal | 164 | 133 | 302 | 50 | 65 | 0 | 30 | 377 | 56 | 70 |
| Binary | 1110100 | 1011011 | 11000010 | 101000 | 110101 | 0 | 11000 | 11111111 | 101110 | 111000 |
Color Harmonies of #745BC2
Complementary color
Monochromatic Colors of #745BC2
Black with #745BC2
Text Example
Text Example
White with #745BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745BC2; }
p { color: rgb(116,91,194); }
H1.HeaderClassName
{
color: #745BC2;
}
.AnyTagClassName
{
color: #745BC2;
}
</style>
background-color css
<style>
a { background-color: #745BC2; }
a { background-color: rgb(116,91,194); }
div.DivClassName
{
background-color: #745BC2;
}
.BgClassName
{
background-color: #745BC2;
}
</style>
border-color css
<style>
span { border-color: #745BC2; }
span { border-color: rgb(116,91,194); }
td.TdClassName
{
border-color: #745BC2;
}
.TagClassName
{
border-color: #745BC2;
}
</style>