#735494

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

Shades of Studio #735494

Tints of Studio #735494

Color information

#735494 (or 0x735494) is unknown color: approx Studio. HEX triplet: 73, 54 and 94. RGB value is (115,84,148). Sum of RGB (Red+Green+Blue) = 115+84+148=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #735494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735494 is #8CAB6B. Grayscale: #646464. Windows color (decimal): -9218924 or 9720947. OLE color: 9720947.

HSL color Cylindrical-coordinate representation of color #735494: hue angle of 269.06º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #735494 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11584148-
CMYK0.220.4300.42
HSL269.06º27.59%45.49%-
HSV(B)269.06º43.24%58.04%-
XYZ15.5912.1229.54-
YUV100.56154.77138.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.14%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=33.14%
G=24.21%
B=42.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115841480.220.4300.42269.0627.5945.49
Hex735494162B02A10d1c2d
Octal16312422426530524153455
Binary111001110101001001010010110101011010101010000110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735494; }

 p { color: rgb(115,84,148); }

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

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

 a { background-color: rgb(115,84,148); }

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

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

 span { border-color: rgb(115,84,148); }

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