Shades of Studio #785A9B
Tints of Studio #785A9B
RGB
CMYK
RGB Variations
Color information
#785A9B (or 0x785A9B) is known color: Studio. HEX triplet: 78, 5A and 9B. RGB value is (120,90,155). Sum of RGB (Red+Green+Blue) = 120+90+155=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #785A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785A9B is #87A564. Grayscale: #6A6A6A. Windows color (decimal): -8889701 or 10181240. OLE color: 10181240.
HSL color Cylindrical-coordinate representation of color #785A9B: hue angle of 267.69º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #785A9B is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 90 | 155 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.39 |
| HSL | 267.69º | 0.27% | 0.48% | - |
| HSV(B) | 267.69º | 0.42% | 0.61% | - |
| XYZ | 17.32 | 13.67 | 32.74 | - |
| YUV | 106.38 | 155.44 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 155 | 0.23 | 0.42 | 0 | 0.39 | 267.69 | 0.27 | 0.48 |
| Hex | 78 | 5A | 9B | 17 | 2A | 0 | 27 | 10C | 1B | 30 |
| Octal | 170 | 132 | 233 | 27 | 52 | 0 | 47 | 414 | 33 | 60 |
| Binary | 1111000 | 1011010 | 10011011 | 10111 | 101010 | 0 | 100111 | 100001100 | 11011 | 110000 |
Color Harmonies of #785A9B
Complementary color
Monochromatic Colors of #785A9B
Black with #785A9B
Text Example
Text Example
White with #785A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A9B; }
p { color: rgb(120,90,155); }
H1.HeaderClassName
{
color: #785A9B;
}
.AnyTagClassName
{
color: #785A9B;
}
</style>
background-color css
<style>
a { background-color: #785A9B; }
a { background-color: rgb(120,90,155); }
div.DivClassName
{
background-color: #785A9B;
}
.BgClassName
{
background-color: #785A9B;
}
</style>
border-color css
<style>
span { border-color: #785A9B; }
span { border-color: rgb(120,90,155); }
td.TdClassName
{
border-color: #785A9B;
}
.TagClassName
{
border-color: #785A9B;
}
</style>