Shades of Slate Blue #7264C4
Tints of Slate Blue #7264C4
RGB
CMYK
RGB Variations
Color information
#7264C4 (or 0x7264C4) is known color: Slate Blue. HEX triplet: 72, 64 and C4. RGB value is (114,100,196). Sum of RGB (Red+Green+Blue) = 114+100+196=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 196 (76.95% from 255 or 47.80% from 410); Max value from RGB is 196 - color contains mainly: blue. Hex color #7264C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7264C4 is #8D9B3B. Grayscale: #727272. Windows color (decimal): -9280316 or 12870770. OLE color: 12870770.
HSL color Cylindrical-coordinate representation of color #7264C4: hue angle of 248.75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7264C4 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 100 | 196 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.23 |
| HSL | 248.75º | 0.45% | 0.58% | - |
| HSV(B) | 248.75º | 0.49% | 0.77% | - |
| XYZ | 21.46 | 16.68 | 54.31 | - |
| YUV | 115.13 | 173.64 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 100 | 196 | 0.42 | 0.49 | 0 | 0.23 | 248.75 | 0.45 | 0.58 |
| Hex | 72 | 64 | C4 | 2A | 31 | 0 | 17 | F9 | 2D | 3A |
| Octal | 162 | 144 | 304 | 52 | 61 | 0 | 27 | 371 | 55 | 72 |
| Binary | 1110010 | 1100100 | 11000100 | 101010 | 110001 | 0 | 10111 | 11111001 | 101101 | 111010 |
Color Harmonies of #7264C4
Complementary color
Monochromatic Colors of #7264C4
Black with #7264C4
Text Example
Text Example
White with #7264C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7264C4; }
p { color: rgb(114,100,196); }
H1.HeaderClassName
{
color: #7264C4;
}
.AnyTagClassName
{
color: #7264C4;
}
</style>
background-color css
<style>
a { background-color: #7264C4; }
a { background-color: rgb(114,100,196); }
div.DivClassName
{
background-color: #7264C4;
}
.BgClassName
{
background-color: #7264C4;
}
</style>
border-color css
<style>
span { border-color: #7264C4; }
span { border-color: rgb(114,100,196); }
td.TdClassName
{
border-color: #7264C4;
}
.TagClassName
{
border-color: #7264C4;
}
</style>