Shades of Slate Blue #7752D3
Tints of Slate Blue #7752D3
RGB
CMYK
RGB Variations
Color information
#7752D3 (or 0x7752D3) is known color: Slate Blue. HEX triplet: 77, 52 and D3. RGB value is (119,82,211). Sum of RGB (Red+Green+Blue) = 119+82+211=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 211 (82.81% from 255 or 51.21% from 412); Max value from RGB is 211 - color contains mainly: blue. Hex color #7752D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752D3 is #88AD2C. Grayscale: #6B6B6B. Windows color (decimal): -8957229 or 13849207. OLE color: 13849207.
HSL color Cylindrical-coordinate representation of color #7752D3: hue angle of 257.21º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7752D3 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 82 | 211 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.17 |
| HSL | 257.21º | 0.59% | 0.57% | - |
| HSV(B) | 257.21º | 0.61% | 0.83% | - |
| XYZ | 22.38 | 14.66 | 63.28 | - |
| YUV | 107.77 | 186.26 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 211 | 0.44 | 0.61 | 0 | 0.17 | 257.21 | 0.59 | 0.57 |
| Hex | 77 | 52 | D3 | 2C | 3D | 0 | 11 | 101 | 3B | 39 |
| Octal | 167 | 122 | 323 | 54 | 75 | 0 | 21 | 401 | 73 | 71 |
| Binary | 1110111 | 1010010 | 11010011 | 101100 | 111101 | 0 | 10001 | 100000001 | 111011 | 111001 |
Color Harmonies of #7752D3
Complementary color
Monochromatic Colors of #7752D3
Black with #7752D3
Text Example
Text Example
White with #7752D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7752D3; }
p { color: rgb(119,82,211); }
H1.HeaderClassName
{
color: #7752D3;
}
.AnyTagClassName
{
color: #7752D3;
}
</style>
background-color css
<style>
a { background-color: #7752D3; }
a { background-color: rgb(119,82,211); }
div.DivClassName
{
background-color: #7752D3;
}
.BgClassName
{
background-color: #7752D3;
}
</style>
border-color css
<style>
span { border-color: #7752D3; }
span { border-color: rgb(119,82,211); }
td.TdClassName
{
border-color: #7752D3;
}
.TagClassName
{
border-color: #7752D3;
}
</style>