Shades of Slate Blue #7264C2
Tints of Slate Blue #7264C2
RGB
CMYK
RGB Variations
Color information
#7264C2 (or 0x7264C2) is known color: Slate Blue. HEX triplet: 72, 64 and C2. RGB value is (114,100,194). Sum of RGB (Red+Green+Blue) = 114+100+194=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 194 - color contains mainly: blue. Hex color #7264C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7264C2 is #8D9B3D. Grayscale: #727272. Windows color (decimal): -9280318 or 12739698. OLE color: 12739698.
HSL color Cylindrical-coordinate representation of color #7264C2: hue angle of 248.94º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7264C2 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 100 | 194 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.24 |
| HSL | 248.94º | 0.44% | 0.58% | - |
| HSV(B) | 248.94º | 0.48% | 0.76% | - |
| XYZ | 21.23 | 16.59 | 53.12 | - |
| YUV | 114.9 | 172.64 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 100 | 194 | 0.41 | 0.48 | 0 | 0.24 | 248.94 | 0.44 | 0.58 |
| Hex | 72 | 64 | C2 | 29 | 30 | 0 | 18 | F9 | 2C | 3A |
| Octal | 162 | 144 | 302 | 51 | 60 | 0 | 30 | 371 | 54 | 72 |
| Binary | 1110010 | 1100100 | 11000010 | 101001 | 110000 | 0 | 11000 | 11111001 | 101100 | 111010 |
Color Harmonies of #7264C2
Complementary color
Monochromatic Colors of #7264C2
Black with #7264C2
Text Example
Text Example
White with #7264C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7264C2; }
p { color: rgb(114,100,194); }
H1.HeaderClassName
{
color: #7264C2;
}
.AnyTagClassName
{
color: #7264C2;
}
</style>
background-color css
<style>
a { background-color: #7264C2; }
a { background-color: rgb(114,100,194); }
div.DivClassName
{
background-color: #7264C2;
}
.BgClassName
{
background-color: #7264C2;
}
</style>
border-color css
<style>
span { border-color: #7264C2; }
span { border-color: rgb(114,100,194); }
td.TdClassName
{
border-color: #7264C2;
}
.TagClassName
{
border-color: #7264C2;
}
</style>