#7445BA

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

Shades of Studio #7445BA

Tints of Studio #7445BA

Color information

#7445BA (or 0x7445BA) is unknown color: approx Studio. HEX triplet: 74, 45 and BA. RGB value is (116,69,186). Sum of RGB (Red+Green+Blue) = 116+69+186=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #7445BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7445BA is #8BBA45. Grayscale: #5F5F5F. Windows color (decimal): -9157190 or 12207476. OLE color: 12207476.

HSL color Cylindrical-coordinate representation of color #7445BA: hue angle of 264.1º 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 #7445BA is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11669186-
CMYK0.380.6300.27
HSL264.1º45.88%50%-
HSV(B)264.1º62.9%72.94%-
XYZ18.1911.5147.72-
YUV96.39178.57141.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 69 (27.34% from 255) = 18.60%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=31.27%
G=18.60%
B=50.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116691860.380.6300.27264.145.8850
Hex7445BA263F01B1082e32
Octal16410527246770334105662
Binary1110100100010110111010100110111111011011100001000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7445BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,69,186); }

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

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

 a { background-color: rgb(116,69,186); }

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

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

 span { border-color: rgb(116,69,186); }

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