Shades of Slate Blue #745ADD
Tints of Slate Blue #745ADD
RGB
CMYK
RGB Variations
Color information
#745ADD (or 0x745ADD) is known color: Slate Blue. HEX triplet: 74, 5A and DD. RGB value is (116,90,221). Sum of RGB (Red+Green+Blue) = 116+90+221=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #745ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745ADD is #8BA522. Grayscale: #707070. Windows color (decimal): -9151779 or 14506612. OLE color: 14506612.
HSL color Cylindrical-coordinate representation of color #745ADD: hue angle of 251.91º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #745ADD is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 90 | 221 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.13 |
| HSL | 251.91º | 0.66% | 0.61% | - |
| HSV(B) | 251.91º | 0.59% | 0.87% | - |
| XYZ | 23.91 | 16.25 | 70.28 | - |
| YUV | 112.71 | 189.11 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 221 | 0.48 | 0.59 | 0 | 0.13 | 251.91 | 0.66 | 0.61 |
| Hex | 74 | 5A | DD | 30 | 3B | 0 | D | FC | 42 | 3D |
| Octal | 164 | 132 | 335 | 60 | 73 | 0 | 15 | 374 | 102 | 75 |
| Binary | 1110100 | 1011010 | 11011101 | 110000 | 111011 | 0 | 1101 | 11111100 | 1000010 | 111101 |
Color Harmonies of #745ADD
Complementary color
Monochromatic Colors of #745ADD
Black with #745ADD
Text Example
Text Example
White with #745ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745ADD; }
p { color: rgb(116,90,221); }
H1.HeaderClassName
{
color: #745ADD;
}
.AnyTagClassName
{
color: #745ADD;
}
</style>
background-color css
<style>
a { background-color: #745ADD; }
a { background-color: rgb(116,90,221); }
div.DivClassName
{
background-color: #745ADD;
}
.BgClassName
{
background-color: #745ADD;
}
</style>
border-color css
<style>
span { border-color: #745ADD; }
span { border-color: rgb(116,90,221); }
td.TdClassName
{
border-color: #745ADD;
}
.TagClassName
{
border-color: #745ADD;
}
</style>