Shades of Slate Blue #734ADF
Tints of Slate Blue #734ADF
RGB
CMYK
RGB Variations
Color information
#734ADF (or 0x734ADF) is known color: Slate Blue. HEX triplet: 73, 4A and DF. RGB value is (115,74,223). Sum of RGB (Red+Green+Blue) = 115+74+223=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #734ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734ADF is #8CB520. Grayscale: #666666. Windows color (decimal): -9221409 or 14633587. OLE color: 14633587.
HSL color Cylindrical-coordinate representation of color #734ADF: hue angle of 256.51º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #734ADF is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 74 | 223 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.13 |
| HSL | 256.51º | 0.7% | 0.58% | - |
| HSV(B) | 256.51º | 0.67% | 0.87% | - |
| XYZ | 22.84 | 13.87 | 71.29 | - |
| YUV | 103.25 | 195.58 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 223 | 0.48 | 0.67 | 0 | 0.13 | 256.51 | 0.7 | 0.58 |
| Hex | 73 | 4A | DF | 30 | 43 | 0 | D | 101 | 46 | 3A |
| Octal | 163 | 112 | 337 | 60 | 103 | 0 | 15 | 401 | 106 | 72 |
| Binary | 1110011 | 1001010 | 11011111 | 110000 | 1000011 | 0 | 1101 | 100000001 | 1000110 | 111010 |
Color Harmonies of #734ADF
Complementary color
Monochromatic Colors of #734ADF
Black with #734ADF
Text Example
Text Example
White with #734ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734ADF; }
p { color: rgb(115,74,223); }
H1.HeaderClassName
{
color: #734ADF;
}
.AnyTagClassName
{
color: #734ADF;
}
</style>
background-color css
<style>
a { background-color: #734ADF; }
a { background-color: rgb(115,74,223); }
div.DivClassName
{
background-color: #734ADF;
}
.BgClassName
{
background-color: #734ADF;
}
</style>
border-color css
<style>
span { border-color: #734ADF; }
span { border-color: rgb(115,74,223); }
td.TdClassName
{
border-color: #734ADF;
}
.TagClassName
{
border-color: #734ADF;
}
</style>