Shades of Slate Blue #7565DA
Tints of Slate Blue #7565DA
RGB
CMYK
RGB Variations
Color information
#7565DA (or 0x7565DA) is known color: Slate Blue. HEX triplet: 75, 65 and DA. RGB value is (117,101,218). Sum of RGB (Red+Green+Blue) = 117+101+218=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #7565DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7565DA is #8A9A25. Grayscale: #767676. Windows color (decimal): -9083430 or 14312821. OLE color: 14312821.
HSL color Cylindrical-coordinate representation of color #7565DA: hue angle of 248.21º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7565DA is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 101 | 218 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.15 |
| HSL | 248.21º | 0.61% | 0.63% | - |
| HSV(B) | 248.21º | 0.54% | 0.85% | - |
| XYZ | 24.64 | 18.15 | 68.53 | - |
| YUV | 119.12 | 183.8 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 218 | 0.46 | 0.54 | 0 | 0.15 | 248.21 | 0.61 | 0.63 |
| Hex | 75 | 65 | DA | 2E | 36 | 0 | F | F8 | 3D | 3F |
| Octal | 165 | 145 | 332 | 56 | 66 | 0 | 17 | 370 | 75 | 77 |
| Binary | 1110101 | 1100101 | 11011010 | 101110 | 110110 | 0 | 1111 | 11111000 | 111101 | 111111 |
Color Harmonies of #7565DA
Complementary color
Monochromatic Colors of #7565DA
Black with #7565DA
Text Example
Text Example
White with #7565DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7565DA; }
p { color: rgb(117,101,218); }
H1.HeaderClassName
{
color: #7565DA;
}
.AnyTagClassName
{
color: #7565DA;
}
</style>
background-color css
<style>
a { background-color: #7565DA; }
a { background-color: rgb(117,101,218); }
div.DivClassName
{
background-color: #7565DA;
}
.BgClassName
{
background-color: #7565DA;
}
</style>
border-color css
<style>
span { border-color: #7565DA; }
span { border-color: rgb(117,101,218); }
td.TdClassName
{
border-color: #7565DA;
}
.TagClassName
{
border-color: #7565DA;
}
</style>