#7B50BA

Color #7B50BA Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7B50BA

Tints of Studio #7B50BA

Color information

#7B50BA (or 0x7B50BA) is unknown color: approx Studio. HEX triplet: 7B, 50 and BA. RGB value is (123,80,186). Sum of RGB (Red+Green+Blue) = 123+80+186=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B50BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B50BA is #84AF45. Grayscale: #686868. Windows color (decimal): -8695622 or 12210299. OLE color: 12210299.

HSL color Cylindrical-coordinate representation of color #7B50BA: hue angle of 264.34º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B50BA is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12380186-
CMYK0.340.5700.27
HSL264.34º43.44%52.16%-
HSV(B)264.34º56.99%72.94%-
XYZ19.913.4948.01-
YUV104.94173.75140.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 31.62%
GREEN value IS 80 (31.64% from 255) = 20.57%
BLUE value IS 186 (73.05% from 255) = 47.81%
R=31.62%
G=20.57%
B=47.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal123801860.340.5700.27264.3443.4452.16
Hex7B50BA223901B1082b34
Octal17312027242710334105364
Binary1111011101000010111010100010111001011011100001000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B50BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B50BA; }

 p { color: rgb(123,80,186); }

 H1.HeaderClassName
 {
   color: #7B50BA;
 }
 .AnyTagClassName
 {
   color: #7B50BA;
 }
</style>
background-color css

<style>
 a { background-color: #7B50BA; }

 a { background-color: rgb(123,80,186); }

 div.DivClassName
 {
   background-color: #7B50BA;
 }
 .BgClassName
 {
   background-color: #7B50BA;
 }
</style>
border-color css

<style>
 span { border-color: #7B50BA; }

 span { border-color: rgb(123,80,186); }

 td.TdClassName
 {
   border-color: #7B50BA;
 }
 .TagClassName
 {
   border-color: #7B50BA;
 }
</style>