Shades of Slate Blue #7266CC
Tints of Slate Blue #7266CC
RGB
CMYK
RGB Variations
Color information
#7266CC (or 0x7266CC) is known color: Slate Blue. HEX triplet: 72, 66 and CC. RGB value is (114,102,204). Sum of RGB (Red+Green+Blue) = 114+102+204=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #7266CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7266CC is #8D9933. Grayscale: #747474. Windows color (decimal): -9279796 or 13395570. OLE color: 13395570.
HSL color Cylindrical-coordinate representation of color #7266CC: hue angle of 247.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7266CC is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 102 | 204 | - |
| CMYK | 0.44 | 0.5 | 0 | 0.2 |
| HSL | 247.06º | 0.5% | 0.6% | - |
| HSV(B) | 247.06º | 0.5% | 0.8% | - |
| XYZ | 22.59 | 17.44 | 59.3 | - |
| YUV | 117.22 | 176.98 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 204 | 0.44 | 0.5 | 0 | 0.2 | 247.06 | 0.5 | 0.6 |
| Hex | 72 | 66 | CC | 2C | 32 | 0 | 14 | F7 | 32 | 3C |
| Octal | 162 | 146 | 314 | 54 | 62 | 0 | 24 | 367 | 62 | 74 |
| Binary | 1110010 | 1100110 | 11001100 | 101100 | 110010 | 0 | 10100 | 11110111 | 110010 | 111100 |
Color Harmonies of #7266CC
Complementary color
Monochromatic Colors of #7266CC
Black with #7266CC
Text Example
Text Example
White with #7266CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7266CC; }
p { color: rgb(114,102,204); }
H1.HeaderClassName
{
color: #7266CC;
}
.AnyTagClassName
{
color: #7266CC;
}
</style>
background-color css
<style>
a { background-color: #7266CC; }
a { background-color: rgb(114,102,204); }
div.DivClassName
{
background-color: #7266CC;
}
.BgClassName
{
background-color: #7266CC;
}
</style>
border-color css
<style>
span { border-color: #7266CC; }
span { border-color: rgb(114,102,204); }
td.TdClassName
{
border-color: #7266CC;
}
.TagClassName
{
border-color: #7266CC;
}
</style>