Shades of Slate Blue #7761CF
Tints of Slate Blue #7761CF
RGB
CMYK
RGB Variations
Color information
#7761CF (or 0x7761CF) is known color: Slate Blue. HEX triplet: 77, 61 and CF. RGB value is (119,97,207). Sum of RGB (Red+Green+Blue) = 119+97+207=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #7761CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7761CF is #889E30. Grayscale: #737373. Windows color (decimal): -8953393 or 13590903. OLE color: 13590903.
HSL color Cylindrical-coordinate representation of color #7761CF: hue angle of 252º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7761CF is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 97 | 207 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.19 |
| HSL | 252º | 0.53% | 0.6% | - |
| HSV(B) | 252º | 0.53% | 0.81% | - |
| XYZ | 23.14 | 16.98 | 61.09 | - |
| YUV | 116.12 | 179.29 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 207 | 0.43 | 0.53 | 0 | 0.19 | 252 | 0.53 | 0.6 |
| Hex | 77 | 61 | CF | 2B | 35 | 0 | 13 | FC | 35 | 3C |
| Octal | 167 | 141 | 317 | 53 | 65 | 0 | 23 | 374 | 65 | 74 |
| Binary | 1110111 | 1100001 | 11001111 | 101011 | 110101 | 0 | 10011 | 11111100 | 110101 | 111100 |
Color Harmonies of #7761CF
Complementary color
Monochromatic Colors of #7761CF
Black with #7761CF
Text Example
Text Example
White with #7761CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7761CF; }
p { color: rgb(119,97,207); }
H1.HeaderClassName
{
color: #7761CF;
}
.AnyTagClassName
{
color: #7761CF;
}
</style>
background-color css
<style>
a { background-color: #7761CF; }
a { background-color: rgb(119,97,207); }
div.DivClassName
{
background-color: #7761CF;
}
.BgClassName
{
background-color: #7761CF;
}
</style>
border-color css
<style>
span { border-color: #7761CF; }
span { border-color: rgb(119,97,207); }
td.TdClassName
{
border-color: #7761CF;
}
.TagClassName
{
border-color: #7761CF;
}
</style>