Shades of Slate Blue #734EDB
Tints of Slate Blue #734EDB
RGB
CMYK
RGB Variations
Color information
#734EDB (or 0x734EDB) is known color: Slate Blue. HEX triplet: 73, 4E and DB. RGB value is (115,78,219). Sum of RGB (Red+Green+Blue) = 115+78+219=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #734EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734EDB is #8CB124. Grayscale: #686868. Windows color (decimal): -9220389 or 14372467. OLE color: 14372467.
HSL color Cylindrical-coordinate representation of color #734EDB: hue angle of 255.74º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #734EDB is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 78 | 219 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.14 |
| HSL | 255.74º | 0.66% | 0.58% | - |
| HSV(B) | 255.74º | 0.64% | 0.86% | - |
| XYZ | 22.58 | 14.21 | 68.57 | - |
| YUV | 105.14 | 192.26 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 219 | 0.47 | 0.64 | 0 | 0.14 | 255.74 | 0.66 | 0.58 |
| Hex | 73 | 4E | DB | 2F | 40 | 0 | E | 100 | 42 | 3A |
| Octal | 163 | 116 | 333 | 57 | 100 | 0 | 16 | 400 | 102 | 72 |
| Binary | 1110011 | 1001110 | 11011011 | 101111 | 1000000 | 0 | 1110 | 100000000 | 1000010 | 111010 |
Color Harmonies of #734EDB
Complementary color
Monochromatic Colors of #734EDB
Black with #734EDB
Text Example
Text Example
White with #734EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734EDB; }
p { color: rgb(115,78,219); }
H1.HeaderClassName
{
color: #734EDB;
}
.AnyTagClassName
{
color: #734EDB;
}
</style>
background-color css
<style>
a { background-color: #734EDB; }
a { background-color: rgb(115,78,219); }
div.DivClassName
{
background-color: #734EDB;
}
.BgClassName
{
background-color: #734EDB;
}
</style>
border-color css
<style>
span { border-color: #734EDB; }
span { border-color: rgb(115,78,219); }
td.TdClassName
{
border-color: #734EDB;
}
.TagClassName
{
border-color: #734EDB;
}
</style>