Shades of Slate Blue #7567CE
Tints of Slate Blue #7567CE
RGB
CMYK
RGB Variations
Color information
#7567CE (or 0x7567CE) is known color: Slate Blue. HEX triplet: 75, 67 and CE. RGB value is (117,103,206). Sum of RGB (Red+Green+Blue) = 117+103+206=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #7567CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7567CE is #8A9831. Grayscale: #767676. Windows color (decimal): -9082930 or 13526901. OLE color: 13526901.
HSL color Cylindrical-coordinate representation of color #7567CE: hue angle of 248.16º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7567CE is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 103 | 206 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.19 |
| HSL | 248.16º | 0.51% | 0.61% | - |
| HSV(B) | 248.16º | 0.5% | 0.81% | - |
| XYZ | 23.33 | 17.94 | 60.63 | - |
| YUV | 118.93 | 177.14 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 103 | 206 | 0.43 | 0.50 | 0 | 0.19 | 248.16 | 0.51 | 0.61 |
| Hex | 75 | 67 | CE | 2B | 32 | 0 | 13 | F8 | 33 | 3D |
| Octal | 165 | 147 | 316 | 53 | 62 | 0 | 23 | 370 | 63 | 75 |
| Binary | 1110101 | 1100111 | 11001110 | 101011 | 110010 | 0 | 10011 | 11111000 | 110011 | 111101 |
Color Harmonies of #7567CE
Complementary color
Monochromatic Colors of #7567CE
Black with #7567CE
Text Example
Text Example
White with #7567CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7567CE; }
p { color: rgb(117,103,206); }
H1.HeaderClassName
{
color: #7567CE;
}
.AnyTagClassName
{
color: #7567CE;
}
</style>
background-color css
<style>
a { background-color: #7567CE; }
a { background-color: rgb(117,103,206); }
div.DivClassName
{
background-color: #7567CE;
}
.BgClassName
{
background-color: #7567CE;
}
</style>
border-color css
<style>
span { border-color: #7567CE; }
span { border-color: rgb(117,103,206); }
td.TdClassName
{
border-color: #7567CE;
}
.TagClassName
{
border-color: #7567CE;
}
</style>