Shades of Slate Blue #745ADC
Tints of Slate Blue #745ADC
RGB
CMYK
RGB Variations
Color information
#745ADC (or 0x745ADC) is known color: Slate Blue. HEX triplet: 74, 5A and DC. RGB value is (116,90,220). Sum of RGB (Red+Green+Blue) = 116+90+220=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #745ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745ADC is #8BA523. Grayscale: #707070. Windows color (decimal): -9151780 or 14441076. OLE color: 14441076.
HSL color Cylindrical-coordinate representation of color #745ADC: hue angle of 252º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #745ADC is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 90 | 220 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.14 |
| HSL | 252º | 0.65% | 0.61% | - |
| HSV(B) | 252º | 0.59% | 0.86% | - |
| XYZ | 23.78 | 16.19 | 69.58 | - |
| YUV | 112.59 | 188.61 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 220 | 0.47 | 0.59 | 0 | 0.14 | 252 | 0.65 | 0.61 |
| Hex | 74 | 5A | DC | 2F | 3B | 0 | E | FC | 41 | 3D |
| Octal | 164 | 132 | 334 | 57 | 73 | 0 | 16 | 374 | 101 | 75 |
| Binary | 1110100 | 1011010 | 11011100 | 101111 | 111011 | 0 | 1110 | 11111100 | 1000001 | 111101 |
Color Harmonies of #745ADC
Complementary color
Monochromatic Colors of #745ADC
Black with #745ADC
Text Example
Text Example
White with #745ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745ADC; }
p { color: rgb(116,90,220); }
H1.HeaderClassName
{
color: #745ADC;
}
.AnyTagClassName
{
color: #745ADC;
}
</style>
background-color css
<style>
a { background-color: #745ADC; }
a { background-color: rgb(116,90,220); }
div.DivClassName
{
background-color: #745ADC;
}
.BgClassName
{
background-color: #745ADC;
}
</style>
border-color css
<style>
span { border-color: #745ADC; }
span { border-color: rgb(116,90,220); }
td.TdClassName
{
border-color: #745ADC;
}
.TagClassName
{
border-color: #745ADC;
}
</style>