#735495

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

Shades of Studio #735495

Tints of Studio #735495

Color information

#735495 (or 0x735495) is unknown color: approx Studio. HEX triplet: 73, 54 and 95. RGB value is (115,84,149). Sum of RGB (Red+Green+Blue) = 115+84+149=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #735495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735495 is #8CAB6A. Grayscale: #646464. Windows color (decimal): -9218923 or 9786483. OLE color: 9786483.

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

Color convert

RGB11584149-
CMYK0.230.4400.42
HSL268.62º27.9%45.69%-
HSV(B)268.62º43.62%58.43%-
XYZ15.6712.1629.95-
YUV100.68155.27138.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.05%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=33.05%
G=24.14%
B=42.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115841490.230.4400.42268.6227.945.69
Hex735495172C02A10d1c2e
Octal16312422527540524153456
Binary111001110101001001010110111101100010101010000110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735495; }

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

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

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

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

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

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

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

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