Shades of Slate Blue #734BDE
Tints of Slate Blue #734BDE
RGB
CMYK
RGB Variations
Color information
#734BDE (or 0x734BDE) is known color: Slate Blue. HEX triplet: 73, 4B and DE. RGB value is (115,75,222). Sum of RGB (Red+Green+Blue) = 115+75+222=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #734BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734BDE is #8CB421. Grayscale: #676767. Windows color (decimal): -9221154 or 14568307. OLE color: 14568307.
HSL color Cylindrical-coordinate representation of color #734BDE: hue angle of 256.33º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #734BDE is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 75 | 222 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.13 |
| HSL | 256.33º | 0.69% | 0.58% | - |
| HSV(B) | 256.33º | 0.66% | 0.87% | - |
| XYZ | 22.77 | 13.95 | 70.6 | - |
| YUV | 103.72 | 194.75 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 222 | 0.48 | 0.66 | 0 | 0.13 | 256.33 | 0.69 | 0.58 |
| Hex | 73 | 4B | DE | 30 | 42 | 0 | D | 100 | 45 | 3A |
| Octal | 163 | 113 | 336 | 60 | 102 | 0 | 15 | 400 | 105 | 72 |
| Binary | 1110011 | 1001011 | 11011110 | 110000 | 1000010 | 0 | 1101 | 100000000 | 1000101 | 111010 |
Color Harmonies of #734BDE
Complementary color
Monochromatic Colors of #734BDE
Black with #734BDE
Text Example
Text Example
White with #734BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734BDE; }
p { color: rgb(115,75,222); }
H1.HeaderClassName
{
color: #734BDE;
}
.AnyTagClassName
{
color: #734BDE;
}
</style>
background-color css
<style>
a { background-color: #734BDE; }
a { background-color: rgb(115,75,222); }
div.DivClassName
{
background-color: #734BDE;
}
.BgClassName
{
background-color: #734BDE;
}
</style>
border-color css
<style>
span { border-color: #734BDE; }
span { border-color: rgb(115,75,222); }
td.TdClassName
{
border-color: #734BDE;
}
.TagClassName
{
border-color: #734BDE;
}
</style>