Shades of Slate Blue #7761D1
Tints of Slate Blue #7761D1
RGB
CMYK
RGB Variations
Color information
#7761D1 (or 0x7761D1) is known color: Slate Blue. HEX triplet: 77, 61 and D1. RGB value is (119,97,209). Sum of RGB (Red+Green+Blue) = 119+97+209=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #7761D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7761D1 is #889E2E. Grayscale: #737373. Windows color (decimal): -8953391 or 13721975. OLE color: 13721975.
HSL color Cylindrical-coordinate representation of color #7761D1: hue angle of 251.79º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7761D1 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 97 | 209 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.18 |
| HSL | 251.79º | 0.55% | 0.6% | - |
| HSV(B) | 251.79º | 0.54% | 0.82% | - |
| XYZ | 23.39 | 17.07 | 62.38 | - |
| YUV | 116.35 | 180.29 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 209 | 0.43 | 0.54 | 0 | 0.18 | 251.79 | 0.55 | 0.6 |
| Hex | 77 | 61 | D1 | 2B | 36 | 0 | 12 | FC | 37 | 3C |
| Octal | 167 | 141 | 321 | 53 | 66 | 0 | 22 | 374 | 67 | 74 |
| Binary | 1110111 | 1100001 | 11010001 | 101011 | 110110 | 0 | 10010 | 11111100 | 110111 | 111100 |
Color Harmonies of #7761D1
Complementary color
Monochromatic Colors of #7761D1
Black with #7761D1
Text Example
Text Example
White with #7761D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7761D1; }
p { color: rgb(119,97,209); }
H1.HeaderClassName
{
color: #7761D1;
}
.AnyTagClassName
{
color: #7761D1;
}
</style>
background-color css
<style>
a { background-color: #7761D1; }
a { background-color: rgb(119,97,209); }
div.DivClassName
{
background-color: #7761D1;
}
.BgClassName
{
background-color: #7761D1;
}
</style>
border-color css
<style>
span { border-color: #7761D1; }
span { border-color: rgb(119,97,209); }
td.TdClassName
{
border-color: #7761D1;
}
.TagClassName
{
border-color: #7761D1;
}
</style>