Shades of Studio #7246BB
Tints of Studio #7246BB
RGB
CMYK
RGB Variations
Color information
#7246BB (or 0x7246BB) is known color: Studio. HEX triplet: 72, 46 and BB. RGB value is (114,70,187). Sum of RGB (Red+Green+Blue) = 114+70+187=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #7246BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7246BB is #8DB944. Grayscale: #606060. Windows color (decimal): -9288005 or 12273266. OLE color: 12273266.
HSL color Cylindrical-coordinate representation of color #7246BB: hue angle of 262.56º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7246BB is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 70 | 187 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.27 |
| HSL | 262.56º | 0.46% | 0.5% | - |
| HSV(B) | 262.56º | 0.63% | 0.73% | - |
| XYZ | 18.1 | 11.55 | 48.29 | - |
| YUV | 96.49 | 179.08 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 70 | 187 | 0.39 | 0.63 | 0 | 0.27 | 262.56 | 0.46 | 0.5 |
| Hex | 72 | 46 | BB | 27 | 3F | 0 | 1B | 107 | 2E | 32 |
| Octal | 162 | 106 | 273 | 47 | 77 | 0 | 33 | 407 | 56 | 62 |
| Binary | 1110010 | 1000110 | 10111011 | 100111 | 111111 | 0 | 11011 | 100000111 | 101110 | 110010 |
Color Harmonies of #7246BB
Complementary color
Monochromatic Colors of #7246BB
Black with #7246BB
Text Example
Text Example
White with #7246BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7246BB; }
p { color: rgb(114,70,187); }
H1.HeaderClassName
{
color: #7246BB;
}
.AnyTagClassName
{
color: #7246BB;
}
</style>
background-color css
<style>
a { background-color: #7246BB; }
a { background-color: rgb(114,70,187); }
div.DivClassName
{
background-color: #7246BB;
}
.BgClassName
{
background-color: #7246BB;
}
</style>
border-color css
<style>
span { border-color: #7246BB; }
span { border-color: rgb(114,70,187); }
td.TdClassName
{
border-color: #7246BB;
}
.TagClassName
{
border-color: #7246BB;
}
</style>