Shades of Slate Blue #7467DA
Tints of Slate Blue #7467DA
RGB
CMYK
RGB Variations
Color information
#7467DA (or 0x7467DA) is known color: Slate Blue. HEX triplet: 74, 67 and DA. RGB value is (116,103,218). Sum of RGB (Red+Green+Blue) = 116+103+218=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #7467DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7467DA is #8B9825. Grayscale: #777777. Windows color (decimal): -9148454 or 14313332. OLE color: 14313332.
HSL color Cylindrical-coordinate representation of color #7467DA: hue angle of 246.78º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7467DA is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 103 | 218 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.15 |
| HSL | 246.78º | 0.61% | 0.63% | - |
| HSV(B) | 246.78º | 0.53% | 0.85% | - |
| XYZ | 24.71 | 18.48 | 68.59 | - |
| YUV | 120 | 183.31 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 218 | 0.47 | 0.53 | 0 | 0.15 | 246.78 | 0.61 | 0.63 |
| Hex | 74 | 67 | DA | 2F | 35 | 0 | F | F7 | 3D | 3F |
| Octal | 164 | 147 | 332 | 57 | 65 | 0 | 17 | 367 | 75 | 77 |
| Binary | 1110100 | 1100111 | 11011010 | 101111 | 110101 | 0 | 1111 | 11110111 | 111101 | 111111 |
Color Harmonies of #7467DA
Complementary color
Monochromatic Colors of #7467DA
Black with #7467DA
Text Example
Text Example
White with #7467DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7467DA; }
p { color: rgb(116,103,218); }
H1.HeaderClassName
{
color: #7467DA;
}
.AnyTagClassName
{
color: #7467DA;
}
</style>
background-color css
<style>
a { background-color: #7467DA; }
a { background-color: rgb(116,103,218); }
div.DivClassName
{
background-color: #7467DA;
}
.BgClassName
{
background-color: #7467DA;
}
</style>
border-color css
<style>
span { border-color: #7467DA; }
span { border-color: rgb(116,103,218); }
td.TdClassName
{
border-color: #7467DA;
}
.TagClassName
{
border-color: #7467DA;
}
</style>