Shades of Studio #7645B3
Tints of Studio #7645B3
RGB
CMYK
RGB Variations
Color information
#7645B3 (or 0x7645B3) is known color: Studio. HEX triplet: 76, 45 and B3. RGB value is (118,69,179). Sum of RGB (Red+Green+Blue) = 118+69+179=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 179 - color contains mainly: blue. Hex color #7645B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7645B3 is #89BA4C. Grayscale: #5F5F5F. Windows color (decimal): -9026125 or 11748726. OLE color: 11748726.
HSL color Cylindrical-coordinate representation of color #7645B3: hue angle of 266.73º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7645B3 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 69 | 179 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.30 |
| HSL | 266.73º | 0.44% | 0.49% | - |
| HSV(B) | 266.73º | 0.61% | 0.7% | - |
| XYZ | 17.74 | 11.36 | 43.91 | - |
| YUV | 96.19 | 174.73 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 179 | 0.34 | 0.61 | 0 | 0.30 | 266.73 | 0.44 | 0.49 |
| Hex | 76 | 45 | B3 | 22 | 3D | 0 | 1E | 10B | 2C | 31 |
| Octal | 166 | 105 | 263 | 42 | 75 | 0 | 36 | 413 | 54 | 61 |
| Binary | 1110110 | 1000101 | 10110011 | 100010 | 111101 | 0 | 11110 | 100001011 | 101100 | 110001 |
Color Harmonies of #7645B3
Complementary color
Monochromatic Colors of #7645B3
Black with #7645B3
Text Example
Text Example
White with #7645B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7645B3; }
p { color: rgb(118,69,179); }
H1.HeaderClassName
{
color: #7645B3;
}
.AnyTagClassName
{
color: #7645B3;
}
</style>
background-color css
<style>
a { background-color: #7645B3; }
a { background-color: rgb(118,69,179); }
div.DivClassName
{
background-color: #7645B3;
}
.BgClassName
{
background-color: #7645B3;
}
</style>
border-color css
<style>
span { border-color: #7645B3; }
span { border-color: rgb(118,69,179); }
td.TdClassName
{
border-color: #7645B3;
}
.TagClassName
{
border-color: #7645B3;
}
</style>