Shades of Slate Blue #7467CF
Tints of Slate Blue #7467CF
RGB
CMYK
RGB Variations
Color information
#7467CF (or 0x7467CF) is known color: Slate Blue. HEX triplet: 74, 67 and CF. RGB value is (116,103,207). Sum of RGB (Red+Green+Blue) = 116+103+207=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #7467CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7467CF is #8B9830. Grayscale: #767676. Windows color (decimal): -9148465 or 13592436. OLE color: 13592436.
HSL color Cylindrical-coordinate representation of color #7467CF: hue angle of 247.5º degrees, saturation: 0.52, 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 #7467CF is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 103 | 207 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.19 |
| HSL | 247.5º | 0.52% | 0.61% | - |
| HSV(B) | 247.5º | 0.5% | 0.81% | - |
| XYZ | 23.32 | 17.92 | 61.26 | - |
| YUV | 118.74 | 177.81 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 207 | 0.44 | 0.50 | 0 | 0.19 | 247.5 | 0.52 | 0.61 |
| Hex | 74 | 67 | CF | 2C | 32 | 0 | 13 | F8 | 34 | 3D |
| Octal | 164 | 147 | 317 | 54 | 62 | 0 | 23 | 370 | 64 | 75 |
| Binary | 1110100 | 1100111 | 11001111 | 101100 | 110010 | 0 | 10011 | 11111000 | 110100 | 111101 |
Color Harmonies of #7467CF
Complementary color
Monochromatic Colors of #7467CF
Black with #7467CF
Text Example
Text Example
White with #7467CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7467CF; }
p { color: rgb(116,103,207); }
H1.HeaderClassName
{
color: #7467CF;
}
.AnyTagClassName
{
color: #7467CF;
}
</style>
background-color css
<style>
a { background-color: #7467CF; }
a { background-color: rgb(116,103,207); }
div.DivClassName
{
background-color: #7467CF;
}
.BgClassName
{
background-color: #7467CF;
}
</style>
border-color css
<style>
span { border-color: #7467CF; }
span { border-color: rgb(116,103,207); }
td.TdClassName
{
border-color: #7467CF;
}
.TagClassName
{
border-color: #7467CF;
}
</style>