Shades of Slate Blue #7467CE
Tints of Slate Blue #7467CE
RGB
CMYK
RGB Variations
Color information
#7467CE (or 0x7467CE) is known color: Slate Blue. HEX triplet: 74, 67 and CE. RGB value is (116,103,206). Sum of RGB (Red+Green+Blue) = 116+103+206=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #7467CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7467CE is #8B9831. Grayscale: #767676. Windows color (decimal): -9148466 or 13526900. OLE color: 13526900.
HSL color Cylindrical-coordinate representation of color #7467CE: hue angle of 247.57º 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 #7467CE is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 103 | 206 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.19 |
| HSL | 247.57º | 0.51% | 0.61% | - |
| HSV(B) | 247.57º | 0.5% | 0.81% | - |
| XYZ | 23.19 | 17.87 | 60.62 | - |
| YUV | 118.63 | 177.31 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 206 | 0.44 | 0.50 | 0 | 0.19 | 247.57 | 0.51 | 0.61 |
| Hex | 74 | 67 | CE | 2C | 32 | 0 | 13 | F8 | 33 | 3D |
| Octal | 164 | 147 | 316 | 54 | 62 | 0 | 23 | 370 | 63 | 75 |
| Binary | 1110100 | 1100111 | 11001110 | 101100 | 110010 | 0 | 10011 | 11111000 | 110011 | 111101 |
Color Harmonies of #7467CE
Complementary color
Monochromatic Colors of #7467CE
Black with #7467CE
Text Example
Text Example
White with #7467CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7467CE; }
p { color: rgb(116,103,206); }
H1.HeaderClassName
{
color: #7467CE;
}
.AnyTagClassName
{
color: #7467CE;
}
</style>
background-color css
<style>
a { background-color: #7467CE; }
a { background-color: rgb(116,103,206); }
div.DivClassName
{
background-color: #7467CE;
}
.BgClassName
{
background-color: #7467CE;
}
</style>
border-color css
<style>
span { border-color: #7467CE; }
span { border-color: rgb(116,103,206); }
td.TdClassName
{
border-color: #7467CE;
}
.TagClassName
{
border-color: #7467CE;
}
</style>