Shades of Slate Blue #7565C9
Tints of Slate Blue #7565C9
RGB
CMYK
RGB Variations
Color information
#7565C9 (or 0x7565C9) is known color: Slate Blue. HEX triplet: 75, 65 and C9. RGB value is (117,101,201). Sum of RGB (Red+Green+Blue) = 117+101+201=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #7565C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7565C9 is #8A9A36. Grayscale: #747474. Windows color (decimal): -9083447 or 13198709. OLE color: 13198709.
HSL color Cylindrical-coordinate representation of color #7565C9: hue angle of 249.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7565C9 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 101 | 201 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.21 |
| HSL | 249.6º | 0.48% | 0.59% | - |
| HSV(B) | 249.6º | 0.5% | 0.79% | - |
| XYZ | 22.53 | 17.31 | 57.41 | - |
| YUV | 117.18 | 175.3 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 201 | 0.42 | 0.50 | 0 | 0.21 | 249.6 | 0.48 | 0.59 |
| Hex | 75 | 65 | C9 | 2A | 32 | 0 | 15 | FA | 30 | 3B |
| Octal | 165 | 145 | 311 | 52 | 62 | 0 | 25 | 372 | 60 | 73 |
| Binary | 1110101 | 1100101 | 11001001 | 101010 | 110010 | 0 | 10101 | 11111010 | 110000 | 111011 |
Color Harmonies of #7565C9
Complementary color
Monochromatic Colors of #7565C9
Black with #7565C9
Text Example
Text Example
White with #7565C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7565C9; }
p { color: rgb(117,101,201); }
H1.HeaderClassName
{
color: #7565C9;
}
.AnyTagClassName
{
color: #7565C9;
}
</style>
background-color css
<style>
a { background-color: #7565C9; }
a { background-color: rgb(117,101,201); }
div.DivClassName
{
background-color: #7565C9;
}
.BgClassName
{
background-color: #7565C9;
}
</style>
border-color css
<style>
span { border-color: #7565C9; }
span { border-color: rgb(117,101,201); }
td.TdClassName
{
border-color: #7565C9;
}
.TagClassName
{
border-color: #7565C9;
}
</style>