Shades of Slate Blue #765FDC
Tints of Slate Blue #765FDC
RGB
CMYK
RGB Variations
Color information
#765FDC (or 0x765FDC) is known color: Slate Blue. HEX triplet: 76, 5F and DC. RGB value is (118,95,220). Sum of RGB (Red+Green+Blue) = 118+95+220=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #765FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765FDC is #89A023. Grayscale: #737373. Windows color (decimal): -9019428 or 14442358. OLE color: 14442358.
HSL color Cylindrical-coordinate representation of color #765FDC: hue angle of 251.04º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #765FDC is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 95 | 220 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.14 |
| HSL | 251.04º | 0.64% | 0.62% | - |
| HSV(B) | 251.04º | 0.57% | 0.86% | - |
| XYZ | 24.48 | 17.2 | 69.74 | - |
| YUV | 116.13 | 186.62 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 220 | 0.46 | 0.57 | 0 | 0.14 | 251.04 | 0.64 | 0.62 |
| Hex | 76 | 5F | DC | 2E | 39 | 0 | E | FB | 40 | 3E |
| Octal | 166 | 137 | 334 | 56 | 71 | 0 | 16 | 373 | 100 | 76 |
| Binary | 1110110 | 1011111 | 11011100 | 101110 | 111001 | 0 | 1110 | 11111011 | 1000000 | 111110 |
Color Harmonies of #765FDC
Complementary color
Monochromatic Colors of #765FDC
Black with #765FDC
Text Example
Text Example
White with #765FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765FDC; }
p { color: rgb(118,95,220); }
H1.HeaderClassName
{
color: #765FDC;
}
.AnyTagClassName
{
color: #765FDC;
}
</style>
background-color css
<style>
a { background-color: #765FDC; }
a { background-color: rgb(118,95,220); }
div.DivClassName
{
background-color: #765FDC;
}
.BgClassName
{
background-color: #765FDC;
}
</style>
border-color css
<style>
span { border-color: #765FDC; }
span { border-color: rgb(118,95,220); }
td.TdClassName
{
border-color: #765FDC;
}
.TagClassName
{
border-color: #765FDC;
}
</style>