Shades of Slate Blue #7565CD
Tints of Slate Blue #7565CD
RGB
CMYK
RGB Variations
Color information
#7565CD (or 0x7565CD) is known color: Slate Blue. HEX triplet: 75, 65 and CD. RGB value is (117,101,205). Sum of RGB (Red+Green+Blue) = 117+101+205=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #7565CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7565CD is #8A9A32. Grayscale: #757575. Windows color (decimal): -9083443 or 13460853. OLE color: 13460853.
HSL color Cylindrical-coordinate representation of color #7565CD: hue angle of 249.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7565CD is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 101 | 205 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.20 |
| HSL | 249.23º | 0.51% | 0.6% | - |
| HSV(B) | 249.23º | 0.51% | 0.8% | - |
| XYZ | 23.01 | 17.5 | 59.92 | - |
| YUV | 117.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 205 | 0.43 | 0.51 | 0 | 0.20 | 249.23 | 0.51 | 0.6 |
| Hex | 75 | 65 | CD | 2B | 33 | 0 | 14 | F9 | 33 | 3C |
| Octal | 165 | 145 | 315 | 53 | 63 | 0 | 24 | 371 | 63 | 74 |
| Binary | 1110101 | 1100101 | 11001101 | 101011 | 110011 | 0 | 10100 | 11111001 | 110011 | 111100 |
Color Harmonies of #7565CD
Complementary color
Monochromatic Colors of #7565CD
Black with #7565CD
Text Example
Text Example
White with #7565CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7565CD; }
p { color: rgb(117,101,205); }
H1.HeaderClassName
{
color: #7565CD;
}
.AnyTagClassName
{
color: #7565CD;
}
</style>
background-color css
<style>
a { background-color: #7565CD; }
a { background-color: rgb(117,101,205); }
div.DivClassName
{
background-color: #7565CD;
}
.BgClassName
{
background-color: #7565CD;
}
</style>
border-color css
<style>
span { border-color: #7565CD; }
span { border-color: rgb(117,101,205); }
td.TdClassName
{
border-color: #7565CD;
}
.TagClassName
{
border-color: #7565CD;
}
</style>