Shades of Slate Blue #7764CC
Tints of Slate Blue #7764CC
RGB
CMYK
RGB Variations
Color information
#7764CC (or 0x7764CC) is known color: Slate Blue. HEX triplet: 77, 64 and CC. RGB value is (119,100,204). Sum of RGB (Red+Green+Blue) = 119+100+204=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #7764CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7764CC is #889B33. Grayscale: #757575. Windows color (decimal): -8952628 or 13395063. OLE color: 13395063.
HSL color Cylindrical-coordinate representation of color #7764CC: hue angle of 250.96º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7764CC is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 100 | 204 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.2 |
| HSL | 250.96º | 0.5% | 0.6% | - |
| HSV(B) | 250.96º | 0.51% | 0.8% | - |
| XYZ | 23.06 | 17.4 | 59.27 | - |
| YUV | 117.54 | 176.79 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 204 | 0.42 | 0.51 | 0 | 0.2 | 250.96 | 0.5 | 0.6 |
| Hex | 77 | 64 | CC | 2A | 33 | 0 | 14 | FB | 32 | 3C |
| Octal | 167 | 144 | 314 | 52 | 63 | 0 | 24 | 373 | 62 | 74 |
| Binary | 1110111 | 1100100 | 11001100 | 101010 | 110011 | 0 | 10100 | 11111011 | 110010 | 111100 |
Color Harmonies of #7764CC
Complementary color
Monochromatic Colors of #7764CC
Black with #7764CC
Text Example
Text Example
White with #7764CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7764CC; }
p { color: rgb(119,100,204); }
H1.HeaderClassName
{
color: #7764CC;
}
.AnyTagClassName
{
color: #7764CC;
}
</style>
background-color css
<style>
a { background-color: #7764CC; }
a { background-color: rgb(119,100,204); }
div.DivClassName
{
background-color: #7764CC;
}
.BgClassName
{
background-color: #7764CC;
}
</style>
border-color css
<style>
span { border-color: #7764CC; }
span { border-color: rgb(119,100,204); }
td.TdClassName
{
border-color: #7764CC;
}
.TagClassName
{
border-color: #7764CC;
}
</style>