Shades of Slate Blue #745ADB
Tints of Slate Blue #745ADB
RGB
CMYK
RGB Variations
Color information
#745ADB (or 0x745ADB) is known color: Slate Blue. HEX triplet: 74, 5A and DB. RGB value is (116,90,219). Sum of RGB (Red+Green+Blue) = 116+90+219=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #745ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745ADB is #8BA524. Grayscale: #6F6F6F. Windows color (decimal): -9151781 or 14375540. OLE color: 14375540.
HSL color Cylindrical-coordinate representation of color #745ADB: hue angle of 252.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #745ADB is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 90 | 219 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.14 |
| HSL | 252.09º | 0.64% | 0.61% | - |
| HSV(B) | 252.09º | 0.59% | 0.86% | - |
| XYZ | 23.64 | 16.14 | 68.89 | - |
| YUV | 112.48 | 188.11 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 219 | 0.47 | 0.59 | 0 | 0.14 | 252.09 | 0.64 | 0.61 |
| Hex | 74 | 5A | DB | 2F | 3B | 0 | E | FC | 40 | 3D |
| Octal | 164 | 132 | 333 | 57 | 73 | 0 | 16 | 374 | 100 | 75 |
| Binary | 1110100 | 1011010 | 11011011 | 101111 | 111011 | 0 | 1110 | 11111100 | 1000000 | 111101 |
Color Harmonies of #745ADB
Complementary color
Monochromatic Colors of #745ADB
Black with #745ADB
Text Example
Text Example
White with #745ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745ADB; }
p { color: rgb(116,90,219); }
H1.HeaderClassName
{
color: #745ADB;
}
.AnyTagClassName
{
color: #745ADB;
}
</style>
background-color css
<style>
a { background-color: #745ADB; }
a { background-color: rgb(116,90,219); }
div.DivClassName
{
background-color: #745ADB;
}
.BgClassName
{
background-color: #745ADB;
}
</style>
border-color css
<style>
span { border-color: #745ADB; }
span { border-color: rgb(116,90,219); }
td.TdClassName
{
border-color: #745ADB;
}
.TagClassName
{
border-color: #745ADB;
}
</style>