Shades of Slate Blue #7752D4
Tints of Slate Blue #7752D4
RGB
CMYK
RGB Variations
Color information
#7752D4 (or 0x7752D4) is known color: Slate Blue. HEX triplet: 77, 52 and D4. RGB value is (119,82,212). Sum of RGB (Red+Green+Blue) = 119+82+212=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 212 (83.20% from 255 or 51.33% from 413); Max value from RGB is 212 - color contains mainly: blue. Hex color #7752D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752D4 is #88AD2B. Grayscale: #6B6B6B. Windows color (decimal): -8957228 or 13914743. OLE color: 13914743.
HSL color Cylindrical-coordinate representation of color #7752D4: hue angle of 257.08º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7752D4 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 82 | 212 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.17 |
| HSL | 257.08º | 0.6% | 0.58% | - |
| HSV(B) | 257.08º | 0.61% | 0.83% | - |
| XYZ | 22.51 | 14.71 | 63.94 | - |
| YUV | 107.88 | 186.76 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 212 | 0.44 | 0.61 | 0 | 0.17 | 257.08 | 0.6 | 0.58 |
| Hex | 77 | 52 | D4 | 2C | 3D | 0 | 11 | 101 | 3C | 3A |
| Octal | 167 | 122 | 324 | 54 | 75 | 0 | 21 | 401 | 74 | 72 |
| Binary | 1110111 | 1010010 | 11010100 | 101100 | 111101 | 0 | 10001 | 100000001 | 111100 | 111010 |
Color Harmonies of #7752D4
Complementary color
Monochromatic Colors of #7752D4
Black with #7752D4
Text Example
Text Example
White with #7752D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7752D4; }
p { color: rgb(119,82,212); }
H1.HeaderClassName
{
color: #7752D4;
}
.AnyTagClassName
{
color: #7752D4;
}
</style>
background-color css
<style>
a { background-color: #7752D4; }
a { background-color: rgb(119,82,212); }
div.DivClassName
{
background-color: #7752D4;
}
.BgClassName
{
background-color: #7752D4;
}
</style>
border-color css
<style>
span { border-color: #7752D4; }
span { border-color: rgb(119,82,212); }
td.TdClassName
{
border-color: #7752D4;
}
.TagClassName
{
border-color: #7752D4;
}
</style>