Shades of Slate Blue #756ACF
Tints of Slate Blue #756ACF
RGB
CMYK
RGB Variations
Color information
#756ACF (or 0x756ACF) is known color: Slate Blue. HEX triplet: 75, 6A and CF. RGB value is (117,106,207). Sum of RGB (Red+Green+Blue) = 117+106+207=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #756ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ACF is #8A9530. Grayscale: #787878. Windows color (decimal): -9082161 or 13593205. OLE color: 13593205.
HSL color Cylindrical-coordinate representation of color #756ACF: hue angle of 246.53º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #756ACF is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 106 | 207 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.19 |
| HSL | 246.53º | 0.51% | 0.61% | - |
| HSV(B) | 246.53º | 0.49% | 0.81% | - |
| XYZ | 23.75 | 18.59 | 61.37 | - |
| YUV | 120.8 | 176.64 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 207 | 0.43 | 0.49 | 0 | 0.19 | 246.53 | 0.51 | 0.61 |
| Hex | 75 | 6A | CF | 2B | 31 | 0 | 13 | F7 | 33 | 3D |
| Octal | 165 | 152 | 317 | 53 | 61 | 0 | 23 | 367 | 63 | 75 |
| Binary | 1110101 | 1101010 | 11001111 | 101011 | 110001 | 0 | 10011 | 11110111 | 110011 | 111101 |
Color Harmonies of #756ACF
Complementary color
Monochromatic Colors of #756ACF
Black with #756ACF
Text Example
Text Example
White with #756ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756ACF; }
p { color: rgb(117,106,207); }
H1.HeaderClassName
{
color: #756ACF;
}
.AnyTagClassName
{
color: #756ACF;
}
</style>
background-color css
<style>
a { background-color: #756ACF; }
a { background-color: rgb(117,106,207); }
div.DivClassName
{
background-color: #756ACF;
}
.BgClassName
{
background-color: #756ACF;
}
</style>
border-color css
<style>
span { border-color: #756ACF; }
span { border-color: rgb(117,106,207); }
td.TdClassName
{
border-color: #756ACF;
}
.TagClassName
{
border-color: #756ACF;
}
</style>