#7444BB

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

Shades of Studio #7444BB

Tints of Studio #7444BB

Color information

#7444BB (or 0x7444BB) is unknown color: approx Studio. HEX triplet: 74, 44 and BB. RGB value is (116,68,187). Sum of RGB (Red+Green+Blue) = 116+68+187=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #7444BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7444BB is #8BBB44. Grayscale: #5F5F5F. Windows color (decimal): -9157445 or 12272756. OLE color: 12272756.

HSL color Cylindrical-coordinate representation of color #7444BB: hue angle of 264.2º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7444BB is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11668187-
CMYK0.380.6400.27
HSL264.2º46.67%50%-
HSV(B)264.2º63.64%73.33%-
XYZ18.2411.4448.26-
YUV95.92179.4142.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 68 (26.95% from 255) = 18.33%
BLUE value IS 187 (73.44% from 255) = 50.40%
R=31.27%
G=18.33%
B=50.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116681870.380.6400.27264.246.6750
Hex7444BB264001B1082f32
Octal164104273461000334105762
Binary11101001000100101110111001101000000011011100001000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7444BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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