Shades of Slate Blue #7266DA
Tints of Slate Blue #7266DA
RGB
CMYK
RGB Variations
Color information
#7266DA (or 0x7266DA) is known color: Slate Blue. HEX triplet: 72, 66 and DA. RGB value is (114,102,218). Sum of RGB (Red+Green+Blue) = 114+102+218=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #7266DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7266DA is #8D9925. Grayscale: #767676. Windows color (decimal): -9279782 or 14313074. OLE color: 14313074.
HSL color Cylindrical-coordinate representation of color #7266DA: hue angle of 246.21º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7266DA is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 102 | 218 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.15 |
| HSL | 246.21º | 0.61% | 0.63% | - |
| HSV(B) | 246.21º | 0.53% | 0.85% | - |
| XYZ | 24.35 | 18.14 | 68.55 | - |
| YUV | 118.81 | 183.98 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 218 | 0.48 | 0.53 | 0 | 0.15 | 246.21 | 0.61 | 0.63 |
| Hex | 72 | 66 | DA | 30 | 35 | 0 | F | F6 | 3D | 3F |
| Octal | 162 | 146 | 332 | 60 | 65 | 0 | 17 | 366 | 75 | 77 |
| Binary | 1110010 | 1100110 | 11011010 | 110000 | 110101 | 0 | 1111 | 11110110 | 111101 | 111111 |
Color Harmonies of #7266DA
Complementary color
Monochromatic Colors of #7266DA
Black with #7266DA
Text Example
Text Example
White with #7266DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7266DA; }
p { color: rgb(114,102,218); }
H1.HeaderClassName
{
color: #7266DA;
}
.AnyTagClassName
{
color: #7266DA;
}
</style>
background-color css
<style>
a { background-color: #7266DA; }
a { background-color: rgb(114,102,218); }
div.DivClassName
{
background-color: #7266DA;
}
.BgClassName
{
background-color: #7266DA;
}
</style>
border-color css
<style>
span { border-color: #7266DA; }
span { border-color: rgb(114,102,218); }
td.TdClassName
{
border-color: #7266DA;
}
.TagClassName
{
border-color: #7266DA;
}
</style>