Shades of Slate Blue #745FDB
Tints of Slate Blue #745FDB
RGB
CMYK
RGB Variations
Color information
#745FDB (or 0x745FDB) is known color: Slate Blue. HEX triplet: 74, 5F and DB. RGB value is (116,95,219). Sum of RGB (Red+Green+Blue) = 116+95+219=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #745FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745FDB is #8BA024. Grayscale: #727272. Windows color (decimal): -9150501 or 14376820. OLE color: 14376820.
HSL color Cylindrical-coordinate representation of color #745FDB: hue angle of 250.16º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #745FDB is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 95 | 219 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.14 |
| HSL | 250.16º | 0.63% | 0.62% | - |
| HSV(B) | 250.16º | 0.57% | 0.86% | - |
| XYZ | 24.08 | 17.01 | 69.03 | - |
| YUV | 115.42 | 186.46 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 219 | 0.47 | 0.57 | 0 | 0.14 | 250.16 | 0.63 | 0.62 |
| Hex | 74 | 5F | DB | 2F | 39 | 0 | E | FA | 3F | 3E |
| Octal | 164 | 137 | 333 | 57 | 71 | 0 | 16 | 372 | 77 | 76 |
| Binary | 1110100 | 1011111 | 11011011 | 101111 | 111001 | 0 | 1110 | 11111010 | 111111 | 111110 |
Color Harmonies of #745FDB
Complementary color
Monochromatic Colors of #745FDB
Black with #745FDB
Text Example
Text Example
White with #745FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745FDB; }
p { color: rgb(116,95,219); }
H1.HeaderClassName
{
color: #745FDB;
}
.AnyTagClassName
{
color: #745FDB;
}
</style>
background-color css
<style>
a { background-color: #745FDB; }
a { background-color: rgb(116,95,219); }
div.DivClassName
{
background-color: #745FDB;
}
.BgClassName
{
background-color: #745FDB;
}
</style>
border-color css
<style>
span { border-color: #745FDB; }
span { border-color: rgb(116,95,219); }
td.TdClassName
{
border-color: #745FDB;
}
.TagClassName
{
border-color: #745FDB;
}
</style>