Shades of Slate Blue #7268CE
Tints of Slate Blue #7268CE
RGB
CMYK
RGB Variations
Color information
#7268CE (or 0x7268CE) is known color: Slate Blue. HEX triplet: 72, 68 and CE. RGB value is (114,104,206). Sum of RGB (Red+Green+Blue) = 114+104+206=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #7268CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7268CE is #8D9731. Grayscale: #767676. Windows color (decimal): -9279282 or 13527154. OLE color: 13527154.
HSL color Cylindrical-coordinate representation of color #7268CE: hue angle of 245.88º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7268CE is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 104 | 206 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.19 |
| HSL | 245.88º | 0.51% | 0.61% | - |
| HSV(B) | 245.88º | 0.5% | 0.81% | - |
| XYZ | 23.03 | 17.93 | 60.64 | - |
| YUV | 118.62 | 177.31 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 206 | 0.45 | 0.50 | 0 | 0.19 | 245.88 | 0.51 | 0.61 |
| Hex | 72 | 68 | CE | 2D | 32 | 0 | 13 | F6 | 33 | 3D |
| Octal | 162 | 150 | 316 | 55 | 62 | 0 | 23 | 366 | 63 | 75 |
| Binary | 1110010 | 1101000 | 11001110 | 101101 | 110010 | 0 | 10011 | 11110110 | 110011 | 111101 |
Color Harmonies of #7268CE
Complementary color
Monochromatic Colors of #7268CE
Black with #7268CE
Text Example
Text Example
White with #7268CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7268CE; }
p { color: rgb(114,104,206); }
H1.HeaderClassName
{
color: #7268CE;
}
.AnyTagClassName
{
color: #7268CE;
}
</style>
background-color css
<style>
a { background-color: #7268CE; }
a { background-color: rgb(114,104,206); }
div.DivClassName
{
background-color: #7268CE;
}
.BgClassName
{
background-color: #7268CE;
}
</style>
border-color css
<style>
span { border-color: #7268CE; }
span { border-color: rgb(114,104,206); }
td.TdClassName
{
border-color: #7268CE;
}
.TagClassName
{
border-color: #7268CE;
}
</style>