Shades of Slate Blue #745FCA
Tints of Slate Blue #745FCA
RGB
CMYK
RGB Variations
Color information
#745FCA (or 0x745FCA) is known color: Slate Blue. HEX triplet: 74, 5F and CA. RGB value is (116,95,202). Sum of RGB (Red+Green+Blue) = 116+95+202=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #745FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745FCA is #8BA035. Grayscale: #717171. Windows color (decimal): -9150518 or 13262708. OLE color: 13262708.
HSL color Cylindrical-coordinate representation of color #745FCA: hue angle of 251.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #745FCA is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 95 | 202 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.21 |
| HSL | 251.78º | 0.5% | 0.58% | - |
| HSV(B) | 251.78º | 0.53% | 0.79% | - |
| XYZ | 21.96 | 16.16 | 57.84 | - |
| YUV | 113.48 | 177.96 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 202 | 0.43 | 0.53 | 0 | 0.21 | 251.78 | 0.5 | 0.58 |
| Hex | 74 | 5F | CA | 2B | 35 | 0 | 15 | FC | 32 | 3A |
| Octal | 164 | 137 | 312 | 53 | 65 | 0 | 25 | 374 | 62 | 72 |
| Binary | 1110100 | 1011111 | 11001010 | 101011 | 110101 | 0 | 10101 | 11111100 | 110010 | 111010 |
Color Harmonies of #745FCA
Complementary color
Monochromatic Colors of #745FCA
Black with #745FCA
Text Example
Text Example
White with #745FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745FCA; }
p { color: rgb(116,95,202); }
H1.HeaderClassName
{
color: #745FCA;
}
.AnyTagClassName
{
color: #745FCA;
}
</style>
background-color css
<style>
a { background-color: #745FCA; }
a { background-color: rgb(116,95,202); }
div.DivClassName
{
background-color: #745FCA;
}
.BgClassName
{
background-color: #745FCA;
}
</style>
border-color css
<style>
span { border-color: #745FCA; }
span { border-color: rgb(116,95,202); }
td.TdClassName
{
border-color: #745FCA;
}
.TagClassName
{
border-color: #745FCA;
}
</style>