Shades of Slate Blue #7266DB
Tints of Slate Blue #7266DB
RGB
CMYK
RGB Variations
Color information
#7266DB (or 0x7266DB) is known color: Slate Blue. HEX triplet: 72, 66 and DB. RGB value is (114,102,219). Sum of RGB (Red+Green+Blue) = 114+102+219=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #7266DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7266DB is #8D9924. Grayscale: #767676. Windows color (decimal): -9279781 or 14378610. OLE color: 14378610.
HSL color Cylindrical-coordinate representation of color #7266DB: hue angle of 246.15º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7266DB is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 102 | 219 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.14 |
| HSL | 246.15º | 0.62% | 0.63% | - |
| HSV(B) | 246.15º | 0.53% | 0.86% | - |
| XYZ | 24.48 | 18.19 | 69.24 | - |
| YUV | 118.93 | 184.48 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 219 | 0.48 | 0.53 | 0 | 0.14 | 246.15 | 0.62 | 0.63 |
| Hex | 72 | 66 | DB | 30 | 35 | 0 | E | F6 | 3E | 3F |
| Octal | 162 | 146 | 333 | 60 | 65 | 0 | 16 | 366 | 76 | 77 |
| Binary | 1110010 | 1100110 | 11011011 | 110000 | 110101 | 0 | 1110 | 11110110 | 111110 | 111111 |
Color Harmonies of #7266DB
Complementary color
Monochromatic Colors of #7266DB
Black with #7266DB
Text Example
Text Example
White with #7266DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7266DB; }
p { color: rgb(114,102,219); }
H1.HeaderClassName
{
color: #7266DB;
}
.AnyTagClassName
{
color: #7266DB;
}
</style>
background-color css
<style>
a { background-color: #7266DB; }
a { background-color: rgb(114,102,219); }
div.DivClassName
{
background-color: #7266DB;
}
.BgClassName
{
background-color: #7266DB;
}
</style>
border-color css
<style>
span { border-color: #7266DB; }
span { border-color: rgb(114,102,219); }
td.TdClassName
{
border-color: #7266DB;
}
.TagClassName
{
border-color: #7266DB;
}
</style>