Shades of Slate Blue #7565C4
Tints of Slate Blue #7565C4
RGB
CMYK
RGB Variations
Color information
#7565C4 (or 0x7565C4) is known color: Slate Blue. HEX triplet: 75, 65 and C4. RGB value is (117,101,196). Sum of RGB (Red+Green+Blue) = 117+101+196=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #7565C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7565C4 is #8A9A3B. Grayscale: #747474. Windows color (decimal): -9083452 or 12871029. OLE color: 12871029.
HSL color Cylindrical-coordinate representation of color #7565C4: hue angle of 250.11º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7565C4 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 101 | 196 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.23 |
| HSL | 250.11º | 0.45% | 0.58% | - |
| HSV(B) | 250.11º | 0.48% | 0.77% | - |
| XYZ | 21.95 | 17.07 | 54.36 | - |
| YUV | 116.61 | 172.8 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 196 | 0.40 | 0.48 | 0 | 0.23 | 250.11 | 0.45 | 0.58 |
| Hex | 75 | 65 | C4 | 28 | 30 | 0 | 17 | FA | 2D | 3A |
| Octal | 165 | 145 | 304 | 50 | 60 | 0 | 27 | 372 | 55 | 72 |
| Binary | 1110101 | 1100101 | 11000100 | 101000 | 110000 | 0 | 10111 | 11111010 | 101101 | 111010 |
Color Harmonies of #7565C4
Complementary color
Monochromatic Colors of #7565C4
Black with #7565C4
Text Example
Text Example
White with #7565C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7565C4; }
p { color: rgb(117,101,196); }
H1.HeaderClassName
{
color: #7565C4;
}
.AnyTagClassName
{
color: #7565C4;
}
</style>
background-color css
<style>
a { background-color: #7565C4; }
a { background-color: rgb(117,101,196); }
div.DivClassName
{
background-color: #7565C4;
}
.BgClassName
{
background-color: #7565C4;
}
</style>
border-color css
<style>
span { border-color: #7565C4; }
span { border-color: rgb(117,101,196); }
td.TdClassName
{
border-color: #7565C4;
}
.TagClassName
{
border-color: #7565C4;
}
</style>