Shades of Slate Blue #7268CA
Tints of Slate Blue #7268CA
RGB
CMYK
RGB Variations
Color information
#7268CA (or 0x7268CA) is known color: Slate Blue. HEX triplet: 72, 68 and CA. RGB value is (114,104,202). Sum of RGB (Red+Green+Blue) = 114+104+202=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #7268CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7268CA is #8D9735. Grayscale: #757575. Windows color (decimal): -9279286 or 13265010. OLE color: 13265010.
HSL color Cylindrical-coordinate representation of color #7268CA: hue angle of 246.12º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7268CA is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 104 | 202 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.21 |
| HSL | 246.12º | 0.48% | 0.6% | - |
| HSV(B) | 246.12º | 0.49% | 0.79% | - |
| XYZ | 22.55 | 17.74 | 58.11 | - |
| YUV | 118.16 | 175.31 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 202 | 0.44 | 0.49 | 0 | 0.21 | 246.12 | 0.48 | 0.6 |
| Hex | 72 | 68 | CA | 2C | 31 | 0 | 15 | F6 | 30 | 3C |
| Octal | 162 | 150 | 312 | 54 | 61 | 0 | 25 | 366 | 60 | 74 |
| Binary | 1110010 | 1101000 | 11001010 | 101100 | 110001 | 0 | 10101 | 11110110 | 110000 | 111100 |
Color Harmonies of #7268CA
Complementary color
Monochromatic Colors of #7268CA
Black with #7268CA
Text Example
Text Example
White with #7268CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7268CA; }
p { color: rgb(114,104,202); }
H1.HeaderClassName
{
color: #7268CA;
}
.AnyTagClassName
{
color: #7268CA;
}
</style>
background-color css
<style>
a { background-color: #7268CA; }
a { background-color: rgb(114,104,202); }
div.DivClassName
{
background-color: #7268CA;
}
.BgClassName
{
background-color: #7268CA;
}
</style>
border-color css
<style>
span { border-color: #7268CA; }
span { border-color: rgb(114,104,202); }
td.TdClassName
{
border-color: #7268CA;
}
.TagClassName
{
border-color: #7268CA;
}
</style>