Shades of Slate Blue #745BCE
Tints of Slate Blue #745BCE
RGB
CMYK
RGB Variations
Color information
#745BCE (or 0x745BCE) is known color: Slate Blue. HEX triplet: 74, 5B and CE. RGB value is (116,91,206). Sum of RGB (Red+Green+Blue) = 116+91+206=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #745BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BCE is #8BA431. Grayscale: #6F6F6F. Windows color (decimal): -9151538 or 13523828. OLE color: 13523828.
HSL color Cylindrical-coordinate representation of color #745BCE: hue angle of 253.04º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #745BCE is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 91 | 206 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.19 |
| HSL | 253.04º | 0.54% | 0.58% | - |
| HSV(B) | 253.04º | 0.56% | 0.81% | - |
| XYZ | 22.08 | 15.65 | 60.25 | - |
| YUV | 111.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 206 | 0.44 | 0.56 | 0 | 0.19 | 253.04 | 0.54 | 0.58 |
| Hex | 74 | 5B | CE | 2C | 38 | 0 | 13 | FD | 36 | 3A |
| Octal | 164 | 133 | 316 | 54 | 70 | 0 | 23 | 375 | 66 | 72 |
| Binary | 1110100 | 1011011 | 11001110 | 101100 | 111000 | 0 | 10011 | 11111101 | 110110 | 111010 |
Color Harmonies of #745BCE
Complementary color
Monochromatic Colors of #745BCE
Black with #745BCE
Text Example
Text Example
White with #745BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745BCE; }
p { color: rgb(116,91,206); }
H1.HeaderClassName
{
color: #745BCE;
}
.AnyTagClassName
{
color: #745BCE;
}
</style>
background-color css
<style>
a { background-color: #745BCE; }
a { background-color: rgb(116,91,206); }
div.DivClassName
{
background-color: #745BCE;
}
.BgClassName
{
background-color: #745BCE;
}
</style>
border-color css
<style>
span { border-color: #745BCE; }
span { border-color: rgb(116,91,206); }
td.TdClassName
{
border-color: #745BCE;
}
.TagClassName
{
border-color: #745BCE;
}
</style>