Shades of Slate Blue #7566C4
Tints of Slate Blue #7566C4
RGB
CMYK
RGB Variations
Color information
#7566C4 (or 0x7566C4) is known color: Slate Blue. HEX triplet: 75, 66 and C4. RGB value is (117,102,196). Sum of RGB (Red+Green+Blue) = 117+102+196=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 196 (76.95% from 255 or 47.23% from 415); Max value from RGB is 196 - color contains mainly: blue. Hex color #7566C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7566C4 is #8A993B. Grayscale: #747474. Windows color (decimal): -9083196 or 12871285. OLE color: 12871285.
HSL color Cylindrical-coordinate representation of color #7566C4: hue angle of 249.57º degrees, saturation: 0.44, 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 #7566C4 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 102 | 196 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.23 |
| HSL | 249.57º | 0.44% | 0.58% | - |
| HSV(B) | 249.57º | 0.48% | 0.77% | - |
| XYZ | 22.05 | 17.27 | 54.4 | - |
| YUV | 117.2 | 172.47 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 196 | 0.40 | 0.48 | 0 | 0.23 | 249.57 | 0.44 | 0.58 |
| Hex | 75 | 66 | C4 | 28 | 30 | 0 | 17 | FA | 2C | 3A |
| Octal | 165 | 146 | 304 | 50 | 60 | 0 | 27 | 372 | 54 | 72 |
| Binary | 1110101 | 1100110 | 11000100 | 101000 | 110000 | 0 | 10111 | 11111010 | 101100 | 111010 |
Color Harmonies of #7566C4
Complementary color
Monochromatic Colors of #7566C4
Black with #7566C4
Text Example
Text Example
White with #7566C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7566C4; }
p { color: rgb(117,102,196); }
H1.HeaderClassName
{
color: #7566C4;
}
.AnyTagClassName
{
color: #7566C4;
}
</style>
background-color css
<style>
a { background-color: #7566C4; }
a { background-color: rgb(117,102,196); }
div.DivClassName
{
background-color: #7566C4;
}
.BgClassName
{
background-color: #7566C4;
}
</style>
border-color css
<style>
span { border-color: #7566C4; }
span { border-color: rgb(117,102,196); }
td.TdClassName
{
border-color: #7566C4;
}
.TagClassName
{
border-color: #7566C4;
}
</style>