#7444ba

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

Shades of Studio #7444BA

Tints of Studio #7444BA

Color information

#7444BA (or 0x7444BA) is unknown color: approx Studio. HEX triplet: 74, 44 and BA. RGB value is (116,68,186). Sum of RGB (Red+Green+Blue) = 116+68+186=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #7444BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7444BA is #8BBB45. Grayscale: #5F5F5F. Windows color (decimal): -9157446 or 12207220. OLE color: 12207220.

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

Color convert

RGB11668186-
CMYK0.380.6300.27
HSL264.41º46.46%49.8%-
HSV(B)264.41º63.44%72.94%-
XYZ18.1311.3947.7-
YUV95.8178.9142.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=31.35%
G=18.38%
B=50.27%

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
Decimal116681860.380.6300.27264.4146.4649.8
Hex7444BA263F01B1082e32
Octal16410427246770334105662
Binary1110100100010010111010100110111111011011100001000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7444ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7444ba; }

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

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

<style>
 a { background-color: #7444ba; }

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

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

<style>
 span { border-color: #7444ba; }

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

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