#7744BA

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

Shades of Studio #7744BA

Tints of Studio #7744BA

Color information

#7744BA (or 0x7744BA) is unknown color: approx Studio. HEX triplet: 77, 44 and BA. RGB value is (119,68,186). Sum of RGB (Red+Green+Blue) = 119+68+186=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #7744BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7744BA is #88BB45. Grayscale: #606060. Windows color (decimal): -8960838 or 12207223. OLE color: 12207223.

HSL color Cylindrical-coordinate representation of color #7744BA: hue angle of 265.93º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7744BA is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11968186-
CMYK0.360.6300.27
HSL265.93º46.46%49.8%-
HSV(B)265.93º63.44%72.94%-
XYZ18.5411.647.72-
YUV96.7178.4143.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 68 (26.95% from 255) = 18.23%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=31.90%
G=18.23%
B=49.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119681860.360.6300.27265.9346.4649.8
Hex7744BA243F01B10a2e32
Octal16710427244770334125662
Binary1110111100010010111010100100111111011011100001010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7744BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7744BA; }

 p { color: rgb(119,68,186); }

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

<style>
 a { background-color: #7744BA; }

 a { background-color: rgb(119,68,186); }

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

<style>
 span { border-color: #7744BA; }

 span { border-color: rgb(119,68,186); }

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