#734ABA

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

Shades of Studio #734ABA

Tints of Studio #734ABA

Color information

#734ABA (or 0x734ABA) is unknown color: approx Studio. HEX triplet: 73, 4A and BA. RGB value is (115,74,186). Sum of RGB (Red+Green+Blue) = 115+74+186=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #734ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734ABA is #8CB545. Grayscale: #626262. Windows color (decimal): -9221446 or 12208755. OLE color: 12208755.

HSL color Cylindrical-coordinate representation of color #734ABA: hue angle of 261.96º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #734ABA is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11574186-
CMYK0.380.6000.27
HSL261.96º44.8%50.98%-
HSV(B)261.96º60.22%72.94%-
XYZ18.3812.0947.82-
YUV99.03177.08139.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.67%
GREEN value IS 74 (29.30% from 255) = 19.73%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=30.67%
G=19.73%
B=49.6%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115741860.380.6000.27261.9644.850.98
Hex734ABA263C01B1062d33
Octal16311227246740334065563
Binary1110011100101010111010100110111100011011100000110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734ABA; }

 p { color: rgb(115,74,186); }

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

<style>
 a { background-color: #734ABA; }

 a { background-color: rgb(115,74,186); }

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

<style>
 span { border-color: #734ABA; }

 span { border-color: rgb(115,74,186); }

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