Shades of Slate Blue #7464D6
Tints of Slate Blue #7464D6
RGB
CMYK
RGB Variations
Color information
#7464D6 (or 0x7464D6) is known color: Slate Blue. HEX triplet: 74, 64 and D6. RGB value is (116,100,214). Sum of RGB (Red+Green+Blue) = 116+100+214=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 214 (83.98% from 255 or 49.77% from 430); Max value from RGB is 214 - color contains mainly: blue. Hex color #7464D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7464D6 is #8B9B29. Grayscale: #757575. Windows color (decimal): -9149226 or 14050420. OLE color: 14050420.
HSL color Cylindrical-coordinate representation of color #7464D6: hue angle of 248.42º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7464D6 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 100 | 214 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.16 |
| HSL | 248.42º | 0.58% | 0.62% | - |
| HSV(B) | 248.42º | 0.53% | 0.84% | - |
| XYZ | 23.9 | 17.68 | 65.77 | - |
| YUV | 117.78 | 182.3 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 214 | 0.46 | 0.53 | 0 | 0.16 | 248.42 | 0.58 | 0.62 |
| Hex | 74 | 64 | D6 | 2E | 35 | 0 | 10 | F8 | 3A | 3E |
| Octal | 164 | 144 | 326 | 56 | 65 | 0 | 20 | 370 | 72 | 76 |
| Binary | 1110100 | 1100100 | 11010110 | 101110 | 110101 | 0 | 10000 | 11111000 | 111010 | 111110 |
Color Harmonies of #7464D6
Complementary color
Monochromatic Colors of #7464D6
Black with #7464D6
Text Example
Text Example
White with #7464D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7464D6; }
p { color: rgb(116,100,214); }
H1.HeaderClassName
{
color: #7464D6;
}
.AnyTagClassName
{
color: #7464D6;
}
</style>
background-color css
<style>
a { background-color: #7464D6; }
a { background-color: rgb(116,100,214); }
div.DivClassName
{
background-color: #7464D6;
}
.BgClassName
{
background-color: #7464D6;
}
</style>
border-color css
<style>
span { border-color: #7464D6; }
span { border-color: rgb(116,100,214); }
td.TdClassName
{
border-color: #7464D6;
}
.TagClassName
{
border-color: #7464D6;
}
</style>