Shades of Slate Blue #734FE0
Tints of Slate Blue #734FE0
RGB
CMYK
RGB Variations
Color information
#734FE0 (or 0x734FE0) is known color: Slate Blue. HEX triplet: 73, 4F and E0. RGB value is (115,79,224). Sum of RGB (Red+Green+Blue) = 115+79+224=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #734FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734FE0 is #8CB01F. Grayscale: #696969. Windows color (decimal): -9220128 or 14700403. OLE color: 14700403.
HSL color Cylindrical-coordinate representation of color #734FE0: hue angle of 254.9º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #734FE0 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 79 | 224 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.12 |
| HSL | 254.9º | 0.7% | 0.59% | - |
| HSV(B) | 254.9º | 0.65% | 0.88% | - |
| XYZ | 23.32 | 14.62 | 72.11 | - |
| YUV | 106.29 | 194.43 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 224 | 0.49 | 0.65 | 0 | 0.12 | 254.9 | 0.7 | 0.59 |
| Hex | 73 | 4F | E0 | 31 | 41 | 0 | C | FF | 46 | 3B |
| Octal | 163 | 117 | 340 | 61 | 101 | 0 | 14 | 377 | 106 | 73 |
| Binary | 1110011 | 1001111 | 11100000 | 110001 | 1000001 | 0 | 1100 | 11111111 | 1000110 | 111011 |
Color Harmonies of #734FE0
Complementary color
Monochromatic Colors of #734FE0
Black with #734FE0
Text Example
Text Example
White with #734FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734FE0; }
p { color: rgb(115,79,224); }
H1.HeaderClassName
{
color: #734FE0;
}
.AnyTagClassName
{
color: #734FE0;
}
</style>
background-color css
<style>
a { background-color: #734FE0; }
a { background-color: rgb(115,79,224); }
div.DivClassName
{
background-color: #734FE0;
}
.BgClassName
{
background-color: #734FE0;
}
</style>
border-color css
<style>
span { border-color: #734FE0; }
span { border-color: rgb(115,79,224); }
td.TdClassName
{
border-color: #734FE0;
}
.TagClassName
{
border-color: #734FE0;
}
</style>