Shades of Studio #7643BB
Tints of Studio #7643BB
RGB
CMYK
RGB Variations
Color information
#7643BB (or 0x7643BB) is known color: Studio. HEX triplet: 76, 43 and BB. RGB value is (118,67,187). Sum of RGB (Red+Green+Blue) = 118+67+187=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #7643BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7643BB is #89BC44. Grayscale: #5F5F5F. Windows color (decimal): -9026629 or 12272502. OLE color: 12272502.
HSL color Cylindrical-coordinate representation of color #7643BB: hue angle of 265.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7643BB is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 67 | 187 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.27 |
| HSL | 265.5º | 0.47% | 0.5% | - |
| HSV(B) | 265.5º | 0.64% | 0.73% | - |
| XYZ | 18.45 | 11.45 | 48.25 | - |
| YUV | 95.93 | 179.4 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 187 | 0.37 | 0.64 | 0 | 0.27 | 265.5 | 0.47 | 0.5 |
| Hex | 76 | 43 | BB | 25 | 40 | 0 | 1B | 10A | 2F | 32 |
| Octal | 166 | 103 | 273 | 45 | 100 | 0 | 33 | 412 | 57 | 62 |
| Binary | 1110110 | 1000011 | 10111011 | 100101 | 1000000 | 0 | 11011 | 100001010 | 101111 | 110010 |
Color Harmonies of #7643BB
Complementary color
Monochromatic Colors of #7643BB
Black with #7643BB
Text Example
Text Example
White with #7643BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7643BB; }
p { color: rgb(118,67,187); }
H1.HeaderClassName
{
color: #7643BB;
}
.AnyTagClassName
{
color: #7643BB;
}
</style>
background-color css
<style>
a { background-color: #7643BB; }
a { background-color: rgb(118,67,187); }
div.DivClassName
{
background-color: #7643BB;
}
.BgClassName
{
background-color: #7643BB;
}
</style>
border-color css
<style>
span { border-color: #7643BB; }
span { border-color: rgb(118,67,187); }
td.TdClassName
{
border-color: #7643BB;
}
.TagClassName
{
border-color: #7643BB;
}
</style>