Shades of Slate Blue #734ACF
Tints of Slate Blue #734ACF
RGB
CMYK
RGB Variations
Color information
#734ACF (or 0x734ACF) is known color: Slate Blue. HEX triplet: 73, 4A and CF. RGB value is (115,74,207). Sum of RGB (Red+Green+Blue) = 115+74+207=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #734ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734ACF is #8CB530. Grayscale: #646464. Windows color (decimal): -9221425 or 13585011. OLE color: 13585011.
HSL color Cylindrical-coordinate representation of color #734ACF: hue angle of 258.5º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #734ACF is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 74 | 207 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.19 |
| HSL | 258.5º | 0.58% | 0.55% | - |
| HSV(B) | 258.5º | 0.64% | 0.81% | - |
| XYZ | 20.78 | 13.05 | 60.45 | - |
| YUV | 101.42 | 187.58 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 207 | 0.44 | 0.64 | 0 | 0.19 | 258.5 | 0.58 | 0.55 |
| Hex | 73 | 4A | CF | 2C | 40 | 0 | 13 | 102 | 3A | 37 |
| Octal | 163 | 112 | 317 | 54 | 100 | 0 | 23 | 402 | 72 | 67 |
| Binary | 1110011 | 1001010 | 11001111 | 101100 | 1000000 | 0 | 10011 | 100000010 | 111010 | 110111 |
Color Harmonies of #734ACF
Complementary color
Monochromatic Colors of #734ACF
Black with #734ACF
Text Example
Text Example
White with #734ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734ACF; }
p { color: rgb(115,74,207); }
H1.HeaderClassName
{
color: #734ACF;
}
.AnyTagClassName
{
color: #734ACF;
}
</style>
background-color css
<style>
a { background-color: #734ACF; }
a { background-color: rgb(115,74,207); }
div.DivClassName
{
background-color: #734ACF;
}
.BgClassName
{
background-color: #734ACF;
}
</style>
border-color css
<style>
span { border-color: #734ACF; }
span { border-color: rgb(115,74,207); }
td.TdClassName
{
border-color: #734ACF;
}
.TagClassName
{
border-color: #734ACF;
}
</style>