Shades of Slate Blue #745BC9
Tints of Slate Blue #745BC9
RGB
CMYK
RGB Variations
Color information
#745BC9 (or 0x745BC9) is known color: Slate Blue. HEX triplet: 74, 5B and C9. RGB value is (116,91,201). Sum of RGB (Red+Green+Blue) = 116+91+201=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #745BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BC9 is #8BA436. Grayscale: #6E6E6E. Windows color (decimal): -9151543 or 13196148. OLE color: 13196148.
HSL color Cylindrical-coordinate representation of color #745BC9: hue angle of 253.64º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #745BC9 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 91 | 201 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.21 |
| HSL | 253.64º | 0.5% | 0.57% | - |
| HSV(B) | 253.64º | 0.55% | 0.79% | - |
| XYZ | 21.49 | 15.41 | 57.1 | - |
| YUV | 111.02 | 178.78 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 201 | 0.42 | 0.55 | 0 | 0.21 | 253.64 | 0.5 | 0.57 |
| Hex | 74 | 5B | C9 | 2A | 37 | 0 | 15 | FE | 32 | 39 |
| Octal | 164 | 133 | 311 | 52 | 67 | 0 | 25 | 376 | 62 | 71 |
| Binary | 1110100 | 1011011 | 11001001 | 101010 | 110111 | 0 | 10101 | 11111110 | 110010 | 111001 |
Color Harmonies of #745BC9
Complementary color
Monochromatic Colors of #745BC9
Black with #745BC9
Text Example
Text Example
White with #745BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745BC9; }
p { color: rgb(116,91,201); }
H1.HeaderClassName
{
color: #745BC9;
}
.AnyTagClassName
{
color: #745BC9;
}
</style>
background-color css
<style>
a { background-color: #745BC9; }
a { background-color: rgb(116,91,201); }
div.DivClassName
{
background-color: #745BC9;
}
.BgClassName
{
background-color: #745BC9;
}
</style>
border-color css
<style>
span { border-color: #745BC9; }
span { border-color: rgb(116,91,201); }
td.TdClassName
{
border-color: #745BC9;
}
.TagClassName
{
border-color: #745BC9;
}
</style>