Shades of Slate Blue #7769CE
Tints of Slate Blue #7769CE
RGB
CMYK
RGB Variations
Color information
#7769CE (or 0x7769CE) is known color: Slate Blue. HEX triplet: 77, 69 and CE. RGB value is (119,105,206). Sum of RGB (Red+Green+Blue) = 119+105+206=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #7769CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7769CE is #889631. Grayscale: #787878. Windows color (decimal): -8951346 or 13527415. OLE color: 13527415.
HSL color Cylindrical-coordinate representation of color #7769CE: hue angle of 248.32º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7769CE is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 105 | 206 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.19 |
| HSL | 248.32º | 0.51% | 0.61% | - |
| HSV(B) | 248.32º | 0.49% | 0.81% | - |
| XYZ | 23.8 | 18.48 | 60.71 | - |
| YUV | 120.7 | 176.14 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 206 | 0.42 | 0.49 | 0 | 0.19 | 248.32 | 0.51 | 0.61 |
| Hex | 77 | 69 | CE | 2A | 31 | 0 | 13 | F8 | 33 | 3D |
| Octal | 167 | 151 | 316 | 52 | 61 | 0 | 23 | 370 | 63 | 75 |
| Binary | 1110111 | 1101001 | 11001110 | 101010 | 110001 | 0 | 10011 | 11111000 | 110011 | 111101 |
Color Harmonies of #7769CE
Complementary color
Monochromatic Colors of #7769CE
Black with #7769CE
Text Example
Text Example
White with #7769CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7769CE; }
p { color: rgb(119,105,206); }
H1.HeaderClassName
{
color: #7769CE;
}
.AnyTagClassName
{
color: #7769CE;
}
</style>
background-color css
<style>
a { background-color: #7769CE; }
a { background-color: rgb(119,105,206); }
div.DivClassName
{
background-color: #7769CE;
}
.BgClassName
{
background-color: #7769CE;
}
</style>
border-color css
<style>
span { border-color: #7769CE; }
span { border-color: rgb(119,105,206); }
td.TdClassName
{
border-color: #7769CE;
}
.TagClassName
{
border-color: #7769CE;
}
</style>