Shades of Slate Blue #7268C4
Tints of Slate Blue #7268C4
RGB
CMYK
RGB Variations
Color information
#7268C4 (or 0x7268C4) is known color: Slate Blue. HEX triplet: 72, 68 and C4. RGB value is (114,104,196). Sum of RGB (Red+Green+Blue) = 114+104+196=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #7268C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7268C4 is #8D973B. Grayscale: #757575. Windows color (decimal): -9279292 or 12871794. OLE color: 12871794.
HSL color Cylindrical-coordinate representation of color #7268C4: hue angle of 246.52º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7268C4 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 104 | 196 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.23 |
| HSL | 246.52º | 0.44% | 0.59% | - |
| HSV(B) | 246.52º | 0.47% | 0.77% | - |
| XYZ | 21.85 | 17.46 | 54.44 | - |
| YUV | 117.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 196 | 0.42 | 0.47 | 0 | 0.23 | 246.52 | 0.44 | 0.59 |
| Hex | 72 | 68 | C4 | 2A | 2F | 0 | 17 | F7 | 2C | 3B |
| Octal | 162 | 150 | 304 | 52 | 57 | 0 | 27 | 367 | 54 | 73 |
| Binary | 1110010 | 1101000 | 11000100 | 101010 | 101111 | 0 | 10111 | 11110111 | 101100 | 111011 |
Color Harmonies of #7268C4
Complementary color
Monochromatic Colors of #7268C4
Black with #7268C4
Text Example
Text Example
White with #7268C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7268C4; }
p { color: rgb(114,104,196); }
H1.HeaderClassName
{
color: #7268C4;
}
.AnyTagClassName
{
color: #7268C4;
}
</style>
background-color css
<style>
a { background-color: #7268C4; }
a { background-color: rgb(114,104,196); }
div.DivClassName
{
background-color: #7268C4;
}
.BgClassName
{
background-color: #7268C4;
}
</style>
border-color css
<style>
span { border-color: #7268C4; }
span { border-color: rgb(114,104,196); }
td.TdClassName
{
border-color: #7268C4;
}
.TagClassName
{
border-color: #7268C4;
}
</style>