Shades of Studio #764CB3
Tints of Studio #764CB3
RGB
CMYK
RGB Variations
Color information
#764CB3 (or 0x764CB3) is known color: Studio. HEX triplet: 76, 4C and B3. RGB value is (118,76,179). Sum of RGB (Red+Green+Blue) = 118+76+179=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #764CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CB3 is #89B34C. Grayscale: #636363. Windows color (decimal): -9024333 or 11750518. OLE color: 11750518.
HSL color Cylindrical-coordinate representation of color #764CB3: hue angle of 264.47º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #764CB3 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 76 | 179 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.30 |
| HSL | 264.47º | 0.4% | 0.5% | - |
| HSV(B) | 264.47º | 0.58% | 0.7% | - |
| XYZ | 18.19 | 12.28 | 44.06 | - |
| YUV | 100.3 | 172.41 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 179 | 0.34 | 0.58 | 0 | 0.30 | 264.47 | 0.4 | 0.5 |
| Hex | 76 | 4C | B3 | 22 | 3A | 0 | 1E | 108 | 28 | 32 |
| Octal | 166 | 114 | 263 | 42 | 72 | 0 | 36 | 410 | 50 | 62 |
| Binary | 1110110 | 1001100 | 10110011 | 100010 | 111010 | 0 | 11110 | 100001000 | 101000 | 110010 |
Color Harmonies of #764CB3
Complementary color
Monochromatic Colors of #764CB3
Black with #764CB3
Text Example
Text Example
White with #764CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764CB3; }
p { color: rgb(118,76,179); }
H1.HeaderClassName
{
color: #764CB3;
}
.AnyTagClassName
{
color: #764CB3;
}
</style>
background-color css
<style>
a { background-color: #764CB3; }
a { background-color: rgb(118,76,179); }
div.DivClassName
{
background-color: #764CB3;
}
.BgClassName
{
background-color: #764CB3;
}
</style>
border-color css
<style>
span { border-color: #764CB3; }
span { border-color: rgb(118,76,179); }
td.TdClassName
{
border-color: #764CB3;
}
.TagClassName
{
border-color: #764CB3;
}
</style>