Shades of Slate Blue #7768D4
Tints of Slate Blue #7768D4
RGB
CMYK
RGB Variations
Color information
#7768D4 (or 0x7768D4) is known color: Slate Blue. HEX triplet: 77, 68 and D4. RGB value is (119,104,212). Sum of RGB (Red+Green+Blue) = 119+104+212=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 212 - color contains mainly: blue. Hex color #7768D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7768D4 is #88972B. Grayscale: #787878. Windows color (decimal): -8951596 or 13920375. OLE color: 13920375.
HSL color Cylindrical-coordinate representation of color #7768D4: hue angle of 248.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7768D4 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 104 | 212 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.17 |
| HSL | 248.33º | 0.56% | 0.62% | - |
| HSV(B) | 248.33º | 0.51% | 0.83% | - |
| XYZ | 24.44 | 18.58 | 64.58 | - |
| YUV | 120.8 | 179.47 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 212 | 0.44 | 0.51 | 0 | 0.17 | 248.33 | 0.56 | 0.62 |
| Hex | 77 | 68 | D4 | 2C | 33 | 0 | 11 | F8 | 38 | 3E |
| Octal | 167 | 150 | 324 | 54 | 63 | 0 | 21 | 370 | 70 | 76 |
| Binary | 1110111 | 1101000 | 11010100 | 101100 | 110011 | 0 | 10001 | 11111000 | 111000 | 111110 |
Color Harmonies of #7768D4
Complementary color
Monochromatic Colors of #7768D4
Black with #7768D4
Text Example
Text Example
White with #7768D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7768D4; }
p { color: rgb(119,104,212); }
H1.HeaderClassName
{
color: #7768D4;
}
.AnyTagClassName
{
color: #7768D4;
}
</style>
background-color css
<style>
a { background-color: #7768D4; }
a { background-color: rgb(119,104,212); }
div.DivClassName
{
background-color: #7768D4;
}
.BgClassName
{
background-color: #7768D4;
}
</style>
border-color css
<style>
span { border-color: #7768D4; }
span { border-color: rgb(119,104,212); }
td.TdClassName
{
border-color: #7768D4;
}
.TagClassName
{
border-color: #7768D4;
}
</style>