Shades of Slate Blue #7565D6
Tints of Slate Blue #7565D6
RGB
CMYK
RGB Variations
Color information
#7565D6 (or 0x7565D6) is known color: Slate Blue. HEX triplet: 75, 65 and D6. RGB value is (117,101,214). Sum of RGB (Red+Green+Blue) = 117+101+214=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 214 (83.98% from 255 or 49.54% from 432); Max value from RGB is 214 - color contains mainly: blue. Hex color #7565D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7565D6 is #8A9A29. Grayscale: #767676. Windows color (decimal): -9083434 or 14050677. OLE color: 14050677.
HSL color Cylindrical-coordinate representation of color #7565D6: hue angle of 248.5º 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 #7565D6 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 101 | 214 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.16 |
| HSL | 248.5º | 0.58% | 0.62% | - |
| HSV(B) | 248.5º | 0.53% | 0.84% | - |
| XYZ | 24.13 | 17.94 | 65.81 | - |
| YUV | 118.67 | 181.8 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 214 | 0.45 | 0.53 | 0 | 0.16 | 248.5 | 0.58 | 0.62 |
| Hex | 75 | 65 | D6 | 2D | 35 | 0 | 10 | F8 | 3A | 3E |
| Octal | 165 | 145 | 326 | 55 | 65 | 0 | 20 | 370 | 72 | 76 |
| Binary | 1110101 | 1100101 | 11010110 | 101101 | 110101 | 0 | 10000 | 11111000 | 111010 | 111110 |
Color Harmonies of #7565D6
Complementary color
Monochromatic Colors of #7565D6
Black with #7565D6
Text Example
Text Example
White with #7565D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7565D6; }
p { color: rgb(117,101,214); }
H1.HeaderClassName
{
color: #7565D6;
}
.AnyTagClassName
{
color: #7565D6;
}
</style>
background-color css
<style>
a { background-color: #7565D6; }
a { background-color: rgb(117,101,214); }
div.DivClassName
{
background-color: #7565D6;
}
.BgClassName
{
background-color: #7565D6;
}
</style>
border-color css
<style>
span { border-color: #7565D6; }
span { border-color: rgb(117,101,214); }
td.TdClassName
{
border-color: #7565D6;
}
.TagClassName
{
border-color: #7565D6;
}
</style>