Shades of Slate Blue #7266CE
Tints of Slate Blue #7266CE
RGB
CMYK
RGB Variations
Color information
#7266CE (or 0x7266CE) is known color: Slate Blue. HEX triplet: 72, 66 and CE. RGB value is (114,102,206). Sum of RGB (Red+Green+Blue) = 114+102+206=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #7266CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7266CE is #8D9931. Grayscale: #757575. Windows color (decimal): -9279794 or 13526642. OLE color: 13526642.
HSL color Cylindrical-coordinate representation of color #7266CE: hue angle of 246.92º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7266CE is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 102 | 206 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.19 |
| HSL | 246.92º | 0.51% | 0.6% | - |
| HSV(B) | 246.92º | 0.5% | 0.81% | - |
| XYZ | 22.83 | 17.54 | 60.57 | - |
| YUV | 117.44 | 177.98 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 206 | 0.45 | 0.50 | 0 | 0.19 | 246.92 | 0.51 | 0.6 |
| Hex | 72 | 66 | CE | 2D | 32 | 0 | 13 | F7 | 33 | 3C |
| Octal | 162 | 146 | 316 | 55 | 62 | 0 | 23 | 367 | 63 | 74 |
| Binary | 1110010 | 1100110 | 11001110 | 101101 | 110010 | 0 | 10011 | 11110111 | 110011 | 111100 |
Color Harmonies of #7266CE
Complementary color
Monochromatic Colors of #7266CE
Black with #7266CE
Text Example
Text Example
White with #7266CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7266CE; }
p { color: rgb(114,102,206); }
H1.HeaderClassName
{
color: #7266CE;
}
.AnyTagClassName
{
color: #7266CE;
}
</style>
background-color css
<style>
a { background-color: #7266CE; }
a { background-color: rgb(114,102,206); }
div.DivClassName
{
background-color: #7266CE;
}
.BgClassName
{
background-color: #7266CE;
}
</style>
border-color css
<style>
span { border-color: #7266CE; }
span { border-color: rgb(114,102,206); }
td.TdClassName
{
border-color: #7266CE;
}
.TagClassName
{
border-color: #7266CE;
}
</style>