Shades of Slate Blue #7765CF
Tints of Slate Blue #7765CF
RGB
CMYK
RGB Variations
Color information
#7765CF (or 0x7765CF) is known color: Slate Blue. HEX triplet: 77, 65 and CF. RGB value is (119,101,207). Sum of RGB (Red+Green+Blue) = 119+101+207=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #7765CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7765CF is #889A30. Grayscale: #767676. Windows color (decimal): -8952369 or 13591927. OLE color: 13591927.
HSL color Cylindrical-coordinate representation of color #7765CF: hue angle of 250.19º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7765CF is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 101 | 207 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.19 |
| HSL | 250.19º | 0.52% | 0.6% | - |
| HSV(B) | 250.19º | 0.51% | 0.81% | - |
| XYZ | 23.52 | 17.73 | 61.21 | - |
| YUV | 118.47 | 177.96 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 101 | 207 | 0.43 | 0.51 | 0 | 0.19 | 250.19 | 0.52 | 0.6 |
| Hex | 77 | 65 | CF | 2B | 33 | 0 | 13 | FA | 34 | 3C |
| Octal | 167 | 145 | 317 | 53 | 63 | 0 | 23 | 372 | 64 | 74 |
| Binary | 1110111 | 1100101 | 11001111 | 101011 | 110011 | 0 | 10011 | 11111010 | 110100 | 111100 |
Color Harmonies of #7765CF
Complementary color
Monochromatic Colors of #7765CF
Black with #7765CF
Text Example
Text Example
White with #7765CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7765CF; }
p { color: rgb(119,101,207); }
H1.HeaderClassName
{
color: #7765CF;
}
.AnyTagClassName
{
color: #7765CF;
}
</style>
background-color css
<style>
a { background-color: #7765CF; }
a { background-color: rgb(119,101,207); }
div.DivClassName
{
background-color: #7765CF;
}
.BgClassName
{
background-color: #7765CF;
}
</style>
border-color css
<style>
span { border-color: #7765CF; }
span { border-color: rgb(119,101,207); }
td.TdClassName
{
border-color: #7765CF;
}
.TagClassName
{
border-color: #7765CF;
}
</style>