Shades of Slate Blue #7567CC
Tints of Slate Blue #7567CC
RGB
CMYK
RGB Variations
Color information
#7567CC (or 0x7567CC) is known color: Slate Blue. HEX triplet: 75, 67 and CC. RGB value is (117,103,204). Sum of RGB (Red+Green+Blue) = 117+103+204=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #7567CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7567CC is #8A9833. Grayscale: #767676. Windows color (decimal): -9082932 or 13395829. OLE color: 13395829.
HSL color Cylindrical-coordinate representation of color #7567CC: hue angle of 248.32º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7567CC is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 103 | 204 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.2 |
| HSL | 248.32º | 0.5% | 0.6% | - |
| HSV(B) | 248.32º | 0.5% | 0.8% | - |
| XYZ | 23.09 | 17.84 | 59.35 | - |
| YUV | 118.7 | 176.14 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 103 | 204 | 0.43 | 0.50 | 0 | 0.2 | 248.32 | 0.5 | 0.6 |
| Hex | 75 | 67 | CC | 2B | 32 | 0 | 14 | F8 | 32 | 3C |
| Octal | 165 | 147 | 314 | 53 | 62 | 0 | 24 | 370 | 62 | 74 |
| Binary | 1110101 | 1100111 | 11001100 | 101011 | 110010 | 0 | 10100 | 11111000 | 110010 | 111100 |
Color Harmonies of #7567CC
Complementary color
Monochromatic Colors of #7567CC
Black with #7567CC
Text Example
Text Example
White with #7567CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7567CC; }
p { color: rgb(117,103,204); }
H1.HeaderClassName
{
color: #7567CC;
}
.AnyTagClassName
{
color: #7567CC;
}
</style>
background-color css
<style>
a { background-color: #7567CC; }
a { background-color: rgb(117,103,204); }
div.DivClassName
{
background-color: #7567CC;
}
.BgClassName
{
background-color: #7567CC;
}
</style>
border-color css
<style>
span { border-color: #7567CC; }
span { border-color: rgb(117,103,204); }
td.TdClassName
{
border-color: #7567CC;
}
.TagClassName
{
border-color: #7567CC;
}
</style>