Shades of Slate Blue #7266D8
Tints of Slate Blue #7266D8
RGB
CMYK
RGB Variations
Color information
#7266D8 (or 0x7266D8) is known color: Slate Blue. HEX triplet: 72, 66 and D8. RGB value is (114,102,216). Sum of RGB (Red+Green+Blue) = 114+102+216=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 216 (84.77% from 255 or 50% from 432); Max value from RGB is 216 - color contains mainly: blue. Hex color #7266D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7266D8 is #8D9927. Grayscale: #767676. Windows color (decimal): -9279784 or 14182002. OLE color: 14182002.
HSL color Cylindrical-coordinate representation of color #7266D8: hue angle of 246.32º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7266D8 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 102 | 216 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.15 |
| HSL | 246.32º | 0.59% | 0.62% | - |
| HSV(B) | 246.32º | 0.53% | 0.85% | - |
| XYZ | 24.09 | 18.04 | 67.18 | - |
| YUV | 118.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 216 | 0.47 | 0.53 | 0 | 0.15 | 246.32 | 0.59 | 0.62 |
| Hex | 72 | 66 | D8 | 2F | 35 | 0 | F | F6 | 3B | 3E |
| Octal | 162 | 146 | 330 | 57 | 65 | 0 | 17 | 366 | 73 | 76 |
| Binary | 1110010 | 1100110 | 11011000 | 101111 | 110101 | 0 | 1111 | 11110110 | 111011 | 111110 |
Color Harmonies of #7266D8
Complementary color
Monochromatic Colors of #7266D8
Black with #7266D8
Text Example
Text Example
White with #7266D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7266D8; }
p { color: rgb(114,102,216); }
H1.HeaderClassName
{
color: #7266D8;
}
.AnyTagClassName
{
color: #7266D8;
}
</style>
background-color css
<style>
a { background-color: #7266D8; }
a { background-color: rgb(114,102,216); }
div.DivClassName
{
background-color: #7266D8;
}
.BgClassName
{
background-color: #7266D8;
}
</style>
border-color css
<style>
span { border-color: #7266D8; }
span { border-color: rgb(114,102,216); }
td.TdClassName
{
border-color: #7266D8;
}
.TagClassName
{
border-color: #7266D8;
}
</style>