#734F9A

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

Shades of Studio #734F9A

Tints of Studio #734F9A

Color information

#734F9A (or 0x734F9A) is unknown color: approx Studio. HEX triplet: 73, 4F and 9A. RGB value is (115,79,154). Sum of RGB (Red+Green+Blue) = 115+79+154=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #734F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #734F9A is #8CB065. Grayscale: #626262. Windows color (decimal): -9220198 or 10112883. OLE color: 10112883.

HSL color Cylindrical-coordinate representation of color #734F9A: hue angle of 268.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #734F9A is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11579154-
CMYK0.250.4900.40
HSL268.8º32.19%45.69%-
HSV(B)268.8º48.7%60.39%-
XYZ15.711.5731.98-
YUV98.31159.43139.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.05%
GREEN value IS 79 (31.25% from 255) = 22.70%
BLUE value IS 154 (60.55% from 255) = 44.25%
R=33.05%
G=22.70%
B=44.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115791540.250.4900.40268.832.1945.69
Hex734F9A193102810d202e
Octal16311723231610504154056
Binary1110011100111110011010110011100010101000100001101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,79,154); }

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

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

 a { background-color: rgb(115,79,154); }

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

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

 span { border-color: rgb(115,79,154); }

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