Shades of Slate Blue #7D65D6
Tints of Slate Blue #7D65D6
RGB
CMYK
RGB Variations
Color information
#7D65D6 (or 0x7D65D6) is known color: Slate Blue. HEX triplet: 7D, 65 and D6. RGB value is (125,101,214). Sum of RGB (Red+Green+Blue) = 125+101+214=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #7D65D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D65D6 is #829A29. Grayscale: #787878. Windows color (decimal): -8559146 or 14050685. OLE color: 14050685.
HSL color Cylindrical-coordinate representation of color #7D65D6: hue angle of 252.74º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D65D6 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 101 | 214 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.16 |
| HSL | 252.74º | 0.58% | 0.62% | - |
| HSV(B) | 252.74º | 0.53% | 0.84% | - |
| XYZ | 25.25 | 18.52 | 65.86 | - |
| YUV | 121.06 | 180.45 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 214 | 0.42 | 0.53 | 0 | 0.16 | 252.74 | 0.58 | 0.62 |
| Hex | 7D | 65 | D6 | 2A | 35 | 0 | 10 | FD | 3A | 3E |
| Octal | 175 | 145 | 326 | 52 | 65 | 0 | 20 | 375 | 72 | 76 |
| Binary | 1111101 | 1100101 | 11010110 | 101010 | 110101 | 0 | 10000 | 11111101 | 111010 | 111110 |
Color Harmonies of #7D65D6
Complementary color
Monochromatic Colors of #7D65D6
Black with #7D65D6
Text Example
Text Example
White with #7D65D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D65D6; }
p { color: rgb(125,101,214); }
H1.HeaderClassName
{
color: #7D65D6;
}
.AnyTagClassName
{
color: #7D65D6;
}
</style>
background-color css
<style>
a { background-color: #7D65D6; }
a { background-color: rgb(125,101,214); }
div.DivClassName
{
background-color: #7D65D6;
}
.BgClassName
{
background-color: #7D65D6;
}
</style>
border-color css
<style>
span { border-color: #7D65D6; }
span { border-color: rgb(125,101,214); }
td.TdClassName
{
border-color: #7D65D6;
}
.TagClassName
{
border-color: #7D65D6;
}
</style>