Shades of Studio #783FB7
Tints of Studio #783FB7
RGB
CMYK
RGB Variations
Color information
#783FB7 (or 0x783FB7) is known color: Studio. HEX triplet: 78, 3F and B7. RGB value is (120,63,183). Sum of RGB (Red+Green+Blue) = 120+63+183=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #783FB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783FB7 is #87C048. Grayscale: #5D5D5D. Windows color (decimal): -8896585 or 12009336. OLE color: 12009336.
HSL color Cylindrical-coordinate representation of color #783FB7: hue angle of 268.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #783FB7 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 63 | 183 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.28 |
| HSL | 268.5º | 0.49% | 0.48% | - |
| HSV(B) | 268.5º | 0.66% | 0.72% | - |
| XYZ | 18.07 | 10.97 | 45.96 | - |
| YUV | 93.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 183 | 0.34 | 0.66 | 0 | 0.28 | 268.5 | 0.49 | 0.48 |
| Hex | 78 | 3F | B7 | 22 | 42 | 0 | 1C | 10C | 31 | 30 |
| Octal | 170 | 77 | 267 | 42 | 102 | 0 | 34 | 414 | 61 | 60 |
| Binary | 1111000 | 111111 | 10110111 | 100010 | 1000010 | 0 | 11100 | 100001100 | 110001 | 110000 |
Color Harmonies of #783FB7
Complementary color
Monochromatic Colors of #783FB7
Black with #783FB7
Text Example
Text Example
White with #783FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783FB7; }
p { color: rgb(120,63,183); }
H1.HeaderClassName
{
color: #783FB7;
}
.AnyTagClassName
{
color: #783FB7;
}
</style>
background-color css
<style>
a { background-color: #783FB7; }
a { background-color: rgb(120,63,183); }
div.DivClassName
{
background-color: #783FB7;
}
.BgClassName
{
background-color: #783FB7;
}
</style>
border-color css
<style>
span { border-color: #783FB7; }
span { border-color: rgb(120,63,183); }
td.TdClassName
{
border-color: #783FB7;
}
.TagClassName
{
border-color: #783FB7;
}
</style>