Shades of Slate Blue #756BCE
Tints of Slate Blue #756BCE
RGB
CMYK
RGB Variations
Color information
#756BCE (or 0x756BCE) is known color: Slate Blue. HEX triplet: 75, 6B and CE. RGB value is (117,107,206). Sum of RGB (Red+Green+Blue) = 117+107+206=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #756BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BCE is #8A9431. Grayscale: #787878. Windows color (decimal): -9081906 or 13527925. OLE color: 13527925.
HSL color Cylindrical-coordinate representation of color #756BCE: hue angle of 246.06º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #756BCE is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 107 | 206 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.19 |
| HSL | 246.06º | 0.5% | 0.61% | - |
| HSV(B) | 246.06º | 0.48% | 0.81% | - |
| XYZ | 23.73 | 18.75 | 60.76 | - |
| YUV | 121.28 | 175.81 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 206 | 0.43 | 0.48 | 0 | 0.19 | 246.06 | 0.5 | 0.61 |
| Hex | 75 | 6B | CE | 2B | 30 | 0 | 13 | F6 | 32 | 3D |
| Octal | 165 | 153 | 316 | 53 | 60 | 0 | 23 | 366 | 62 | 75 |
| Binary | 1110101 | 1101011 | 11001110 | 101011 | 110000 | 0 | 10011 | 11110110 | 110010 | 111101 |
Color Harmonies of #756BCE
Complementary color
Monochromatic Colors of #756BCE
Black with #756BCE
Text Example
Text Example
White with #756BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756BCE; }
p { color: rgb(117,107,206); }
H1.HeaderClassName
{
color: #756BCE;
}
.AnyTagClassName
{
color: #756BCE;
}
</style>
background-color css
<style>
a { background-color: #756BCE; }
a { background-color: rgb(117,107,206); }
div.DivClassName
{
background-color: #756BCE;
}
.BgClassName
{
background-color: #756BCE;
}
</style>
border-color css
<style>
span { border-color: #756BCE; }
span { border-color: rgb(117,107,206); }
td.TdClassName
{
border-color: #756BCE;
}
.TagClassName
{
border-color: #756BCE;
}
</style>